Open dave-yxw opened 4 years ago
https://github.com/cuemacro/findatapy/blob/8421ccc171f7462cf1fe095e82f83d1f8b4e6cac/findatapy/market/datavendorweb.py#L1465 df.drop('temp', axis = 1) to drop a column, should write df.drop('temp', axis = 1, inplace=True)
df.drop('temp', axis = 1)
df.drop('temp', axis = 1, inplace=True)
https://github.com/cuemacro/findatapy/blob/8421ccc171f7462cf1fe095e82f83d1f8b4e6cac/findatapy/market/datavendorweb.py#L1465
df.drop('temp', axis = 1)
to drop a column, should writedf.drop('temp', axis = 1, inplace=True)