sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
2.03k stars 204 forks source link

can I get the data in the plot directly #979

Open nuaabuaa07 opened 10 months ago

nuaabuaa07 commented 10 months ago

Becase I want to do some postProcess on the anysis result data , can I get the ansys result data directly ? Thinks

DiptenduIDEAS commented 8 months ago

This is a very important requirement. Having the capability of exporting the statistics, insights, etc. , in JSON or similar format would be very useful. You might also consider exporting the visualisations in a format such as Vega-Lite.

dovahcrow commented 8 months ago

@DiptenduIDEAS Yeah I agree that this is very important. We do have this in design (e.g. eda.missing.compute_missing.) but the format is not standardized yet. Having a standardized format will be helpful here I think.