resqpy.olio.dataframeΒΆ

Classes for storing and retrieving dataframes as RESQML objects.

Note that this module uses the obj_Grid2dRepresentation class in a way that was not envisaged when the RESQML standard was defined; software that does not use resqpy is unlikely to be able to do much with data stored in this way

Classes

DataFrame

Class for storing and retrieving a pandas dataframe of numerical data as a RESQML property.

TimeTable

Class for storing and retrieving a pandas dataframe where rows relate to steps in a time series.

Functions

dataframe_for_title

Returns a DataFrame object loaded from model, with given title (optionally for given realization).

dataframe_parts_in_model

Returns list of part names within model that are representing DataFrame support objects.

timetable_for_title

Returns a TimeTable object loaded from model, with given title (optionally for given realization).

timetable_parts_in_model

Returns list of part names within model that are representing TimeTable dataframe support objects.