yuankunzhang / charming

A visualization library for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polars Dataframe, ndarray and charming dataframe

wangjiawen2013 opened this issue · comments

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 ?

Bumped with similar question.