-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ERR: Fix segfault with .astype('category') on empty DataFrame #18015
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
Conversation
lgtm. ping on green. if you are looking for things to work on #12860 is interesting. |
Codecov Report
@@ Coverage Diff @@
## master #18015 +/- ##
==========================================
- Coverage 91.23% 91.22% -0.02%
==========================================
Files 163 163
Lines 50091 50091
==========================================
- Hits 45703 45695 -8
- Misses 4388 4396 +8
Continue to review full report at Codecov.
|
ping @jreback : green Will look into the issue you referenced, seems interesting. |
thanks @jschendel |
…-dev#18015) (cherry picked from commit 5959ee3)
(cherry picked from commit 5959ee3)
git diff upstream/master -u -- "*.py" | flake8 --diff
Credit to @cgohlke for determining the fix.