ert icon indicating copy to clipboard operation
ert copied to clipboard

Change how data is stored in `pandas` in `MeasuredData`

Open dafeda opened this issue 2 years ago • 0 comments

This is showing data from tests/ert_tests/data/test_integration_data.py.

Data is currently stored like this:

foprh_current

I would like it to be something like this:

foprh_new

To be able to do things like this:

foprh_query

dafeda avatar Sep 29 '22 06:09 dafeda