-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
API: expose dtypes in pandas.api.types #16099
Conversation
this is what was discussed in #16015, exposing the extension dtype constructs in |
cc @wesm @jorisvandenbossche @TomAugspurger I think this should fix the public exposure. |
Codecov Report
@@ Coverage Diff @@
## master #16099 +/- ##
==========================================
+ Coverage 90.83% 90.84% +<.01%
==========================================
Files 159 159
Lines 50783 50784 +1
==========================================
+ Hits 46131 46136 +5
+ Misses 4652 4648 -4
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #16099 +/- ##
==========================================
- Coverage 90.86% 90.86% -0.01%
==========================================
Files 159 159
Lines 50773 50771 -2
==========================================
- Hits 46136 46133 -3
- Misses 4637 4638 +1
Continue to review full report at Codecov.
|
* API: expose dtypes in pandas.api.types xref pandas-dev#16015 xref apache/arrow#585 xref pandas-dev#16042 xref pandas-dev#15541 (comment)
xref #16015
xref apache/arrow#585
xref #16042
xref #15541 (comment)