We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The latest PyPi version, gsee v0.3.1, uses pandas.Series.clip_upper here which is deprecated since pandas v0.24.0 (source).
gsee v0.3.1
pandas.Series.clip_upper
pandas v0.24.0
It would be very helpful to have a pandas v1.x compatible gsee version on PyPi (e.g. gsee v0.3.2 i.e. without new features).
pandas v1.x
gsee
gsee v0.3.2
The text was updated successfully, but these errors were encountered:
Update to Python 3.9 (#1)
9cc67da
* Include parts of the gsee module as hard-code to workaround renewables-ninja/gsee/issues/12
d8dfc18
No branches or pull requests
The latest PyPi version,
gsee v0.3.1
, usespandas.Series.clip_upper
here which is deprecated sincepandas v0.24.0
(source).It would be very helpful to have a
pandas v1.x
compatiblegsee
version on PyPi (e.g.gsee v0.3.2
i.e. without new features).The text was updated successfully, but these errors were encountered: