Skip to content

Fix pandas-related warnings#684

Merged
desilinguist merged 3 commits intomainfrom
680-fix-warnings
Feb 21, 2024
Merged

Fix pandas-related warnings#684
desilinguist merged 3 commits intomainfrom
680-fix-warnings

Conversation

@desilinguist
Copy link
Copy Markdown
Collaborator

  • Add pyarrow dependency.
  • Ignore Dataframe concatenation warnings.
  • Fix typos in argument types in test calls.

Closes #680.

Add `pyarrow` as explicit dependency to get around the deprecation warnings since it will
become a required dependency with v3.0 of pandas.
Ignore the warnings for now. We will see if something breaks in the future.
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (007b72d) 96.10% compared to head (dc37a73) 96.11%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #684   +/-   ##
=======================================
  Coverage   96.10%   96.11%           
=======================================
  Files          32       32           
  Lines        4546     4551    +5     
=======================================
+ Hits         4369     4374    +5     
  Misses        177      177           

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

@desilinguist desilinguist merged commit 0b461df into main Feb 21, 2024
@delete-merged-branch delete-merged-branch bot deleted the 680-fix-warnings branch February 21, 2024 15:25
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.

Resolve multiple warnings with latest pandas version (2.2.0)

4 participants