Skip to content

DataFrame.ix assign fails for mixed dtypes #1432

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
lodagro opened this issue Jun 8, 2012 · 1 comment
Closed

DataFrame.ix assign fails for mixed dtypes #1432

lodagro opened this issue Jun 8, 2012 · 1 comment
Labels
Milestone

Comments

@lodagro
Copy link
Contributor

lodagro commented Jun 8, 2012

from mailing list

data = pandas.DataFrame.from_dict({1: [1.,2.,3.], 2: [3,4,5]})

print data.dtypes

data.ix[1] = [10., 20] # fails
@wesm wesm closed this as completed in 5a3f67c Jun 11, 2012
@wesm
Copy link
Member

wesm commented Jun 11, 2012

Took care of this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants