ansys / pydpf-post

Data Processing Framework - Post Processing Module
https://post.docs.pyansys.com
MIT License
43 stars 10 forks source link

Redesign DataObject as DPFDataframe #274

Closed PProfizi closed 1 year ago

PProfizi commented 1 year ago

Description of the feature

Following the latest discussions, the DataObject is to become a DPFDataframe with features mimicking a pandas.Dataframe.

This PR adds pseudo-code relative to this choice, with expected APIs and behavior.

Steps for implementing the feature

One main difference would be not allowing np.nan. The impact of such a choice is yet to be evaluated.

Useful links and references

https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html