ansys / pydpf-post

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

Extend ``as_data_frame()`` method for more than one field #241

Closed GuillemBarroso closed 1 year ago

GuillemBarroso commented 1 year ago

Description of the feature

The DataObject method as_data_frame() is currently only implemented for FieldsContainers with only one Field.

This should be extended to any number of fields.

Steps for implementing the feature

Modify the as_data_frame() method to be able to accept FieldsContainers with more than one Field.

Useful links and references

N/A

PProfizi commented 1 year ago

Closing as stale