import pandas as pd df = pd.read_csv('./bike_sharing_dc.csv', parse_dates=['date']) import pygwalker as pyg pyg.walk(df, hideDataSourceConfig=True)