Kanaries / pygwalker

PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
https://kanaries.net/pygwalker
Apache License 2.0
13.45k stars 703 forks source link

Updated the typo in polars_parser.py #634

Closed vignesh1507 closed 1 month ago

vignesh1507 commented 2 months ago

The property dataset_tpye is misspelled. It should be dataset_type.

Fixed code snippet:

@property def dataset_type(self) -> str: return "polars_dataframe"

longxiaofei commented 2 months ago

Not only pandas_parser.py, you can search globally for "dataset_tpye", and typo these.

vignesh1507 commented 2 months ago

I've searched globally and i didn't find any typo same as dataset_tpye.

longxiaofei commented 1 month ago

I found 9 cases.

image
longxiaofei commented 1 month ago

open new pr to typo: https://github.com/Kanaries/pygwalker/pull/643