You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add support for columns to the TimeSeries object
* add colum support indexing to timeseries
* fix wrong docstring
* refactor indexing, fix docstring, columns as last arg
* clean indexing method
* refactor indexing only based on loc and iloc
* Update darts/timeseries.py
Co-authored-by: Julien Herzen <[email protected]>
* use underlying columns by default
* fix column added on intern _df and use self.freq_str
* fix parameter position in from_times_and_values
* fix the tests to use str columns
* fix docstring timeseries
* remove None check on df that should exists
* add comment for clarifying that _df is a copy
* add separate function to process columns
* adapt map with str col indexing
Co-authored-by: Julien Herzen <[email protected]>
Co-authored-by: TheMP <[email protected]>
0 commit comments