Closed mdancho84 closed 3 weeks ago
Polars integrates holoviz plot, which is a nice interactive tool that has some benefits with respect to Time Series
https://hvplot.holoviz.org/user_guide/Timeseries_Data.html
sales_by_month_cat_2_pl.plot.line( x='order_date', y='total_price_sum', groupby = 'category_2', widget_location='bottom' )
sales_by_month_cat_2_pl.plot.line( x='order_date', y='total_price_sum', groupby = 'category_2', widget_type = 'scrubber', widget_location='bottom' )
See #301
Polars integrates holoviz plot, which is a nice interactive tool that has some benefits with respect to Time Series
https://hvplot.holoviz.org/user_guide/Timeseries_Data.html
Dropdown
Scrubber: