Skip to content

one } too much #18130

Closed
derestle-htwg/pandas
#1
@derestle-htwg

Description

@derestle-htwg

... 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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions