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