Skip to content
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

Cannot initialize a data frame with None #14414

Closed
jbao opened this issue Oct 13, 2016 · 1 comment
Closed

Cannot initialize a data frame with None #14414

jbao opened this issue Oct 13, 2016 · 1 comment
Labels
Duplicate Report Duplicate issue or pull request

Comments

@jbao
Copy link

jbao commented Oct 13, 2016

Hi all,

just figured out that the following code

pd.DataFrame({'x':None}, index=[0])

works in 0.18.1 but not 0.19.0, is that the expected behavior? Thanks!

Best,
Jie

@chris-b1
Copy link
Contributor

Thanks for the report, this is a duplicate of #14381, which should be fixed for 0.19.1.

@chris-b1 chris-b1 added the Duplicate Report Duplicate issue or pull request label Oct 13, 2016
@chris-b1 chris-b1 added this to the No action milestone Oct 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate Report Duplicate issue or pull request
Projects
None yet
Development

No branches or pull requests

2 participants