Closed vignesh1507 closed 1 month ago
Not only pandas_parser.py
, you can search globally for "dataset_tpye", and typo these.
I've searched globally and i didn't find any typo same as dataset_tpye
.
I found 9 cases.
open new pr to typo: https://github.com/Kanaries/pygwalker/pull/643
The property dataset_tpye is misspelled. It should be dataset_type.
Fixed code snippet:
@property def dataset_type(self) -> str: return "polars_dataframe"