You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In [43]: read_csv(StringIO(data2))
Out[43]:
Id StringC
0 7117434 Is it possible to modify drop plot code so that t
In [44]: read_csv(StringIO(data2)).columns
Out[44]: Index([Id, StringCol], dtype=object)