Skip to content

BUG: setting on a frame without an index silently was failing, related (GH5226) #5301

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
Oct 23, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Oct 23, 2013

related to #5226

the following would previously silently fail:

In [3]: df = DataFrame(columns=['A','B'])

In [4]: df[0] = Series(1,index=range(4))

In [5]: df
Out[5]: 
     A    B  0
0  NaN  NaN  1
1  NaN  NaN  1
2  NaN  NaN  1
3  NaN  NaN  1

jreback added a commit that referenced this pull request Oct 23, 2013
BUG: setting on a frame without an index silently was failing, related (GH5226)
@jreback jreback merged commit d6378c4 into pandas-dev:master Oct 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant