-
Notifications
You must be signed in to change notification settings - Fork 25
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
compat: Ensure that pandas dtype matches dask when loading data from parquet #156
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #156 +/- ##
==========================================
+ Coverage 77.47% 77.72% +0.24%
==========================================
Files 50 50
Lines 4844 4871 +27
==========================================
+ Hits 3753 3786 +33
+ Misses 1091 1085 -6 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
It makes it so that the following will give the same types before it returned
(string[pyarrow], object)
.Together with holoviz/holoviews#6362 should make it possible to run the NYC Buildings example.