yhat / ggpy

ggplot port for python
http://yhat.github.io/ggpy/
BSD 2-Clause "Simplified" License
3.7k stars 572 forks source link

[*.py] Upgrade to latest version of pandas; Python 2/3 compatibility #664

Open SamuelMarks opened 5 years ago

SamuelMarks commented 5 years ago

You'll also want to:

pip install statsmodels==0.10.0rc2 --pre

As per: https://github.com/statsmodels/statsmodels/issues/5747

mkilp commented 4 years ago

@whyboris can we merge this change into master, so that we dont have the pandas issues anymore?

whyboris commented 4 years ago

@glamp could we please merge this to master ? 🙇

ekalosak commented 4 years ago

@glamp @whyboris what needs to be done to get this merged? Or is there a move to a different fork?

whyboris commented 4 years ago

I wish I could merge this in but I don't have permissions. @glamp - could you? 🙇‍♂️

p2327 commented 4 years ago

Can we please merge this? I want to use ggplot....

SamuelMarks commented 3 years ago

Others are maintaining proper forks, not just one with a little bugfix (like the https://github.com/has2k1/plotnine mentioned here https://github.com/pandas-dev/pandas/issues/31087). Anyway, you can use this one with:

pip install https://api.github.com/repos/SamuelMarks/ggpy/zipball/pandas-py3
pip install statsmodels==0.10.0rc2 --pre