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

trying to catch up with more pandas deprecation warnings #462

Merged
merged 5 commits into from
Sep 22, 2023

Conversation

briochh
Copy link
Collaborator

@briochh briochh commented Sep 11, 2023

Hopefully addresses some of what is in #461.

Recommend we keep pandas pinned to <2.1 for now, mostly due to:
pandas-dev/pandas#54918 -- we could have commas in space delimited input/output files
pandas-dev/pandas#55025 -- I don't want to have to add lines to check if column exists and it the right type before assigning values (that could be string or float, [or other type]).

@briochh briochh marked this pull request as draft September 11, 2023 05:08
@briochh briochh marked this pull request as ready for review September 11, 2023 09:49
@coveralls
Copy link

Coverage Status

coverage: 79.254% (+0.04%) from 79.217% when pulling 0608eb5 on briochh:hotfix_morepandas into b5e1834 on pypest:develop.

@briochh briochh requested a review from jtwhite79 September 11, 2023 23:37
@briochh briochh merged commit 3322178 into pypest:develop Sep 22, 2023
10 checks passed
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