-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
one } too much #18130
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
Comments
3 tasks
Will close formally in your PR #18131 |
gfyoung
pushed a commit
that referenced
this issue
Nov 6, 2017
No-Stream
pushed a commit
to No-Stream/pandas
that referenced
this issue
Nov 28, 2017
TomAugspurger
pushed a commit
to TomAugspurger/pandas
that referenced
this issue
Dec 8, 2017
Closes pandas-devgh-18130 (cherry picked from commit 1181622)
TomAugspurger
pushed a commit
that referenced
this issue
Dec 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pandas/pandas/core/frame.py
Line 5116 in 8137209
should be ... df = df.append({'A': i}, ignore_index=True)
instead of ... df = df.append({'A'}: i}, ignore_index=True)
note the } after the 'A'
The text was updated successfully, but these errors were encountered: