#!/usr/bin/env python # coding: utf-8 # In[ ]: import polars as pl df = pl.read_csv('./bike_sharing_dc.csv',try_parse_dates=True) # In[ ]: import pygwalker as pyg pyg.walk(df, hideDataSourceConfig=True, vegaTheme='g2')