Patrick Hoefler
Patrick Hoefler
thx @CloseChoice
Hi, thanks for your report. I am not sure if this is desireable or not. My interpretation was, that a list of tuples refers to exact values, and the tuples...
Thx. Makes sense. I think this is non trivial to do, especially without performance penalties
Currently, we pass the list of tuples into get_indexer that does not support slices. The list is not validated at all, hence I think this might be tricky.
Yep, looks like we are pulling the new matplotlib everywhere Opened https://github.com/pandas-dev/pandas/pull/48601
Could you confirm this on pandas 1.4rc? 1.2.4 is not the newest pandas
This was caused by ``` commit 221f6362bc25833da87f00015d4d5418ee316eff Author: Joris Van den Bossche Date: Sat Aug 20 20:45:23 2022 +0200 API: New copy / view semantics using Copy-on-Write (#46958) ``` cc...
Adding milestone 1.5.1 for now
Hi, thanks for your report. ``test[True]`` works for me while ``test[0]`` does not. We are now supporting a boolean index, see #45061 @jbrockmendel I guess this is the correct behavior...
Hi, thanks for your report. This works on 1.4.3 and main for me. Can you please recheck, that you have pandas 1.4.3 installed?