Skip to content

BUG: DataFrame constructor raised ValueError with list-like data and … #30284

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

Merged
merged 1 commit into from
Dec 17, 2019

Conversation

simonjayhawkins
Copy link
Member

…dtype specified

@simonjayhawkins simonjayhawkins added ExtensionArray Extending pandas with custom dtypes or arrays. Constructors Series/DataFrame/Index/pd.array Constructors labels Dec 15, 2019
@MarcoGorelli
Copy link
Member

That was fast, thanks!

Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR

@WillAyd WillAyd added this to the 1.0 milestone Dec 16, 2019
Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for clarifications - all valid points so lgtm

@jreback jreback merged commit 03dffb1 into pandas-dev:master Dec 17, 2019
@jreback
Copy link
Contributor

jreback commented Dec 17, 2019

thanks @simonjayhawkins

@simonjayhawkins simonjayhawkins deleted the init_ndarray branch December 17, 2019 14:01
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Constructors Series/DataFrame/Index/pd.array Constructors ExtensionArray Extending pandas with custom dtypes or arrays.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't initialise DataFrame with ExtensionDtype, but can do so for Series
4 participants