-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
CLN: move top-level dirs #15998
CLN: move top-level dirs #15998
Conversation
this was probably the one with the most actual code changes. |
doc/source/whatsnew/v0.20.0.txt
Outdated
Extension Modules Moved | ||
^^^^^^^^^^^^^^^^^^^^^^^ | ||
Modules Privacy Has Changed | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
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.
we can make this more prominent later.
also should change |
I suppose |
yep I think that's right place. |
Is there a reason you use |
yes, unfortunately in python 2 if you do we use this in |
Ah, just saw you commit message that mentioned it as well. |
Codecov Report
@@ Coverage Diff @@
## master #15998 +/- ##
==========================================
+ Coverage 91.02% 91.02% +<.01%
==========================================
Files 145 145
Lines 50391 50395 +4
==========================================
+ Hits 45870 45874 +4
Misses 4521 4521
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #15998 +/- ##
==========================================
+ Coverage 91.02% 91.02% +<.01%
==========================================
Files 145 145
Lines 50391 50395 +4
==========================================
+ Hits 45870 45874 +4
Misses 4521 4521
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #15998 +/- ##
==========================================
- Coverage 90.99% 90.99% -0.01%
==========================================
Files 154 153 -1
Lines 50474 50481 +7
==========================================
+ Hits 45931 45937 +6
- Misses 4543 4544 +1
Continue to review full report at Codecov.
|
renamed
|
move union_categoricals to pandas.api.types make feather single test fix odd tz hashing issue remove circular import pandas.core.common warning message
b121a57
to
c630297
Compare
finally got this bad boy working. apparently |
Great! |
xref #13634
from pandas.types.concat import union_categoricals
?pandas.types
->pandas.core.typed
pandas.computation
->pandas.core.computation
pandas.sparse
->pandas.core.sparse