Hi there 👋

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse
My code : series = TimeSeries.from_dataframe(data, time_col="time", freq="B", fill_missing_dates=False, value_cols=['open', 'high', 'low', 'close', '…