yuankunzhang / charming

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

Help: Mixed type data format #69

Closed humphreylee closed 2 months ago

humphreylee commented 2 months ago

Appreciate anyone's help with mixed data type, which I assumed what the "dataframe" ECharts refers to in the documentation. In example [https://github.com/yuankunzhang/charming/blob/main/gallery/src/scatter/bubble_chart.rs](scatter gallery example), the data type is mixed. Assumed that the data come in csv format, how to load the data into charming data format - df!, dp! or ?? Thanks.