Closed jotwin closed 3 years ago
Yes pandas v1.1.0 broke grouping plydata. There is a PR at https://github.com/pandas-dev/pandas/pull/35688 to fix the issue but it has not been merged yet.
Fix will ship in Pandas 1.1.4.
Appreciate your working on plydata and plotnine. Does plydata 0.4.2 only support pandas under 1.1.0? My pandas is 1.1.3. when I tried to install plydata,it collected pandas 1.0.5.
Fix will ship in Pandas 1.1.4.
Appreciate your working on plydata and plotnine. Does plydata 0.4.2 only support pandas under 1.1.0?
Yes, but see below.
My pandas is 1.1.3. when i tried to install plydata,i collected pandas 1.0.5.
I just noticed that pandas 1.1.4 shipped 4 days ago. I will also make a release.
Thanks for your reply. Then,my friends and I will wait for your new release. We are all satisfied when seeing the update after 3 years.
I spoke too soon, the fix in pandas 1.1.4 was incomplete. I will have to wait for https://github.com/pandas-dev/pandas/pull/37461 to ship, if accepted it is marked to be included v1.1.5.
/remind me on 30th November 2020. Pandas v1.1.5 will ship or Pandas v1.2.0 will be out.
Hi,Pandas V1.1.5 has shipped.
By the way, have any plans to add a dplyr-style function of filter
so that filtering rows by regex is more convenient?
plydata v0.4.3
is out.
I haven't been able to use anything with group_by in it since upgrading to pandas to 1.1.0+