Merged
Conversation
Avoids
```
.tox\unit\lib\site-packages\pandas\__init__.py:249: in <module>
warnings.warn(
E DeprecationWarning:
E Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
E (to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
E but was not found to be installed on your system.
E If this would cause problems for you,
E please provide us feedback at pandas-dev/pandas#54466
```
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #244 +/- ##
========================================
Coverage 76.34% 76.34%
========================================
Files 34 34
Lines 3205 3205
Branches 779 779
========================================
Hits 2447 2447
Misses 555 555
Partials 203 203 ☔ View full report in Codecov by Sentry. |
dilpath
approved these changes
Jan 21, 2024
Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Avoids