-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: factorize_from_iterables applies type to empty iterables #16844
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
Labels
Comments
drudd
pushed a commit
to drudd/pandas
that referenced
this issue
Jul 6, 2017
…tests pass despite issue pandas-dev#16844
4 tasks
jreback
pushed a commit
to drudd/pandas
that referenced
this issue
Jul 7, 2017
…tests pass despite issue pandas-dev#16844
This looks to work on master. Could use a test.
|
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code Sample, a copy-pastable example if possible
Problem description
Empty iterables should be factorized to object types rather than
Float64Index
. This causes MultiIndexes created from the constructor to not equal those created using.from_arrays
, which relies on factorization (ref PR #16782).The text was updated successfully, but these errors were encountered: