Open
Description
findatapy/findatapy/market/datavendorweb.py
Line 1465 in 8421ccc
df.drop('temp', axis = 1)
to drop a column, should write
df.drop('temp', axis = 1, inplace=True)
Metadata
Metadata
Assignees
Labels
No labels
findatapy/findatapy/market/datavendorweb.py
Line 1465 in 8421ccc
df.drop('temp', axis = 1)
df.drop('temp', axis = 1, inplace=True)