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

[Feature request] Bump pandas version to >=1.0.0 #483

Closed
groutr opened this issue Mar 26, 2020 · 0 comments · Fixed by #488
Closed

[Feature request] Bump pandas version to >=1.0.0 #483

groutr opened this issue Mar 26, 2020 · 0 comments · Fixed by #488
Labels
enhancement New feature or request

Comments

@groutr
Copy link
Contributor

groutr commented Mar 26, 2020

Currently pandas version is locked to >=0.20.0, ==0.*. I think it would be a very good idea to bump the min version to at least pandas 1.0.0. Starting with 1.0.0, pandas will follow a variation of SemVer (https://pandas.pydata.org/pandas-docs/stable/development/policies.html#policies-version)

Looking thru the source code, most of the uses of pandas are to read csv files. There are some uses for dealing with timestamps or date ranges.

@groutr groutr added the enhancement New feature or request label Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant