Réponse apportée
financial time series object - how to delete a column?
This was a funny one ... managed to understand why Time appears in the structure in the first place. Quote from <fints> definiti...

presque 9 ans il y a | 0

Question


financial time series object - how to delete a column?
One might have: dt = desc: (none) freq: Daily (1) 'dates: (2715)' 'times: (2715)' 'Open: (2715)...

presque 9 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
for an existing financial time-series object, is there a simple way to add columns?
I'll just give a partial answer I've found. For an object such as: dt = desc: (none) freq: Daily (1) '...

presque 9 ans il y a | 0

Question


financial time series obiect: get a column by name string?
Say, I have a fts object of type: dt = desc: (none) freq: Daily (1) 'dates: (2715)' 'times: (2715...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


for an existing financial time-series object, is there a simple way to add columns?
I'm referring to pandas DataFrame as an example of adding a new ('return') column: spy['return'] = spy['close'].pct_change() ...

presque 9 ans il y a | 2 réponses | 0

2

réponses