Skip to content

fix: gapminder to be compatible with Pandas 2.0.3#586

Merged
alexpeters1208 merged 2 commits intomainfrom
fix-gapminder
Jun 27, 2024
Merged

fix: gapminder to be compatible with Pandas 2.0.3#586
alexpeters1208 merged 2 commits intomainfrom
fix-gapminder

Conversation

@alexpeters1208
Copy link
Copy Markdown
Contributor

The current version of the ticking Gapminder dataset uses a feature only available in Pandas 2.1.4. Deephaven will work with Python 3.8, but Pandas 2.1 has a minimum Python version of 3.9. So, the feature that Gapminder depends on is not guaranteed to be available to DH. This PR removes that feature and replicates the functionality with an older feature.

@alexpeters1208 alexpeters1208 self-assigned this Jun 27, 2024
@alexpeters1208 alexpeters1208 changed the title Fix gapminder to be compatible with Pandas 2.0.3 fix: gapminder to be compatible with Pandas 2.0.3 Jun 27, 2024
Comment thread plugins/plotly-express/src/deephaven/plot/express/data/data_generators.py Outdated
@alexpeters1208 alexpeters1208 merged commit fae2f75 into main Jun 27, 2024
@alexpeters1208 alexpeters1208 deleted the fix-gapminder branch June 27, 2024 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants