yuankunzhang / charming

A visualization library for Rust
Apache License 2.0
1.74k stars 62 forks source link

Polars Dataframe, ndarray and charming dataframe #38

Open wangjiawen2013 opened 9 months ago

wangjiawen2013 commented 9 months ago

Hi, What are the differences between rust polars dataframe/ndarray and charming dataframe ? The polars and charming dataframe are both created with df! macro. Can I use polars/ndarray instead of charming dataframe ? If not, how to convert them to charming dataframe ?

humphreylee commented 6 months ago

Bumped with similar question.