-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
derestle-htwg/pandas
#1Description
Line 5116 in 8137209
... df = df.append({'A'}: i}, ignore_index=True) |
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'