cuemacro / findatapy

Python library to download market data via Bloomberg, Eikon, Quandl, Yahoo etc.
Apache License 2.0
1.69k stars 196 forks source link

no effective code #29

Open dave-yxw opened 4 years ago

dave-yxw commented 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)