Skip to content
New issue

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

Implement rolling api introduced in pandas 0.18 #5328

Merged
merged 4 commits into from
Jul 4, 2018
Merged

Implement rolling api introduced in pandas 0.18 #5328

merged 4 commits into from
Jul 4, 2018

Conversation

villebro
Copy link
Member

@villebro villebro commented Jul 3, 2018

The deprecated rolling_ functions were removed in the current stable pandas version (0.23). Also bump pandas to 0.23.1 in requirements.txt. Fixes #5324.

@villebro villebro changed the title Implement new rolling api introduced in pandas 0.18 Implement rolling api introduced in pandas 0.18 Jul 3, 2018
@codecov-io
Copy link

codecov-io commented Jul 3, 2018

Codecov Report

Merging #5328 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5328   +/-   ##
=======================================
  Coverage   61.33%   61.33%           
=======================================
  Files         369      369           
  Lines       23484    23484           
  Branches     2713     2713           
=======================================
  Hits        14405    14405           
  Misses       9067     9067           
  Partials       12       12
Impacted Files Coverage Δ
superset/viz.py 81.35% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 72d815c...4e6ee6c. Read the comment docs.

@mistercrunch
Copy link
Member

Seems like you should also add a >= in setup.py

@villebro
Copy link
Member Author

villebro commented Jul 4, 2018

You're right. I was originally about to, but thought that 0.18 was so ancient that it was unnecessary. But better to be explicit.

@mistercrunch
Copy link
Member

LGTM

@mistercrunch mistercrunch merged commit 6fee058 into apache:master Jul 4, 2018
timifasubaa pushed a commit to airbnb/superset-fork that referenced this pull request Jul 25, 2018
* Implement new rolling api introduced in pandas 0.18

* Bump pandas to 0.23.1

* Add 0.18 requirement in setup.py

* Require >=0.18.0, not just 0.18
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
* Implement new rolling api introduced in pandas 0.18

* Bump pandas to 0.23.1

* Add 0.18 requirement in setup.py

* Require >=0.18.0, not just 0.18
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Module 'pandas' has no attribute 'rolling_sum'
3 participants