stefmolin / data-morph

Morph an input dataset of 2D points into select shapes, while preserving the summary statistics to a given number of decimal points through simulated annealing. It is intended to be used as a teaching tool to illustrate the importance of data visualization.
https://stefaniemolin.com/data-morph/
MIT License
71 stars 20 forks source link

Switch to polars? #160

Open stefmolin opened 5 months ago

stefmolin commented 5 months ago

Consider switching the internal logic from pandas to polars, but still allow pandas DataFrames to be used as Datasets.