Skip to content

ENH: allow list of collections.Sequence to be coerced in DataFrame constructor #3783

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

Closed
jreback opened this issue Jun 6, 2013 · 2 comments · Fixed by #4829
Closed

ENH: allow list of collections.Sequence to be coerced in DataFrame constructor #3783

jreback opened this issue Jun 6, 2013 · 2 comments · Fixed by #4829
Assignees
Labels
IO Data IO issues that don't fit into a more specific label
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Jun 6, 2013

see #3763

to essentially turn into list-of-list (originally np.asaray was doing this,
when we switched to convert_to_platform this changed slightly)

@ghost ghost assigned jreback Jun 6, 2013
@cpcloud
Copy link
Member

cpcloud commented Jun 8, 2013

FYI U r excluding sets here. I haven't tried but I thought it was worth pointing out. Sets aren't ordered so they won't be sequences.

@jreback
Copy link
Contributor Author

jreback commented Jun 8, 2013

yes....this is just collections.Sequence (but this is pretty low-level to check for this, and its only the case of a top-level list)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO Data IO issues that don't fit into a more specific label
Projects
None yet
2 participants