9 lines
864 B
Plaintext
9 lines
864 B
Plaintext
/mnt/data/kartsell_v12_2_extension.py:70: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '[11342.3877551 11124.95918367 10980. ... 47877.55102041
|
|
49734.69387755 49387.75510204]' has dtype incompatible with int64, please explicitly cast to a compatible dtype first.
|
|
raw.loc[:i-1, ['open','high','low','close','adj_close']] *= mult
|
|
/mnt/data/kartsell_v12_2_extension.py:70: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '[11342.3877551 11124.95918367 10980. ... 47877.55102041
|
|
49734.69387755 49387.75510204]' has dtype incompatible with int64, please explicitly cast to a compatible dtype first.
|
|
raw.loc[:i-1, ['open','high','low','close','adj_close']] *= mult
|
|
|
|
ELAPSED 6.54 sec
|