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

Address some pandas deprecation warnings #22

Merged
merged 2 commits into from
Jan 27, 2024
Merged

Address some pandas deprecation warnings #22

merged 2 commits into from
Jan 27, 2024

Conversation

zmoon
Copy link
Owner

@zmoon zmoon commented Jan 27, 2024

from pandas 2.2, both about read_csv:

  • delim_whitespace kw going away
  • combining columns with dict[str, list[str]] in parse_dates is deprecated

zmoon added 2 commits January 26, 2024 18:15
as suggested in a pandas 2.2 deprecation warning
pandas says the method I was using is deprecated
Copy link

codecov bot commented Jan 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9c17bd8) 96.69% compared to head (ad843a7) 96.77%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
+ Coverage   96.69%   96.77%   +0.07%     
==========================================
  Files           3        3              
  Lines         424      434      +10     
==========================================
+ Hits          410      420      +10     
  Misses         14       14              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zmoon zmoon merged commit 2cd4737 into main Jan 27, 2024
7 checks passed
@zmoon zmoon deleted the delim branch January 27, 2024 01:44
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.

1 participant