-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update this melt so that it is not mandatory to have a 'time' indice #61
Comments
Here you go @ben-jy, I added everything in the param of the function to be able to adjust this when needed, while staying non-destructive. |
there is another problem that could be fix in this issue. When a time series has a component named "value", an error is raised :
|
Actually, melt() method is never called directly by the user, the parameters to define the time index and value column names should be given at the time the plot is created (i guess) |
ontime/src/ontime/core/plotting/plot.py
Line 57 in ec442e3
The text was updated successfully, but these errors were encountered: