Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DataFrame.from_records doesn't get dtype from empty ndarray #3682
Comments
cpcloud
referenced
this issue
May 29, 2013
Merged
BUG: allow DataFrame.from_records to accept empty recarrays #3708
jreback
closed this
in #3708
May 30, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
burdanov commentedMay 22, 2013
The cause is _to_arrays checks for empty data before understanding that ndarray was passed.