Please help me I have base: https://github.com/devsar/d3talk/blob/master/airports.csv
I create dictionary:
df2 = df[['ident','municipality']]
df2.set_index('ident').T.to_dict('list')
In the dictionary I have square brackets, how to throw it out?
How to wipe-out square brackets from dictionary?