business-science / pytimetk

Time series easier, faster, more fun. Pytimetk.
https://business-science.github.io/pytimetk/
MIT License
683 stars 58 forks source link

`plot_timeseries`: wide-format plotting. #136

Open mdancho84 opened 11 months ago

mdancho84 commented 11 months ago

I'm tinkering with the idea of allowing users to add more than one value column as a list value_column = ["col1", "col2", ...].

JustinKurland commented 11 months ago

Yup this makes sense. pandas + matplotlib users will be expecting this kind of functionality from a wide dataframe.