DataLab-Platform / DataLab

Open-source Platform for Scientific and Technical Data Processing and Visualization
https://datalab-platform.com
BSD 3-Clause "New" or "Revised" License
37 stars 4 forks source link

Add `to_dataframe` method to `ResultProperties` and `ResultShape` #72

Closed PierreRaybaut closed 3 months ago

PierreRaybaut commented 3 months ago

The purpose of this Issue is to add a to_dataframe method to the following objects:

This to_dataframe method would simply return a Pandas dataframe for further result data manipulations.

ResultProperties.to_dataframe is already implemented since 3c3dc808e6021c2c89d465f7f6a72db8a62f72cf.

As for ResultShape class, we have to investigate further: