mwiebusch78

Results 2 issues of mwiebusch78

I am using pyenv 1.2.20 on Mac OS X 10.15.5 and I have two Python versions (3.6.11 and 3.8.5) installed via pyenv. The global python version is 3.8.5 and I...

I noticed that `.loc` and `__setitem__` behave very differently when assigning one series to a sub-range of another series: ```python >>> s = pd.Series(0.0, index=list('abcd')) >>> s1 = pd.Series(1.0, index=list('ab'))...

Indexing
good first issue
Needs Tests