opyplus.Eio

class opyplus.Eio(path)

Class describing a .eio file.

Parameters:
path: str

Path of the .eio file

Methods

get_df(table_ref)

Get the content of a table of the .eio file as a dataframe.

get_table_refs()

Get eio table references.

get_value(table_ref, column_name_or_i, ...)

Get first occurrence of value of filter column matching filter criterion.

get_df(table_ref)

Get the content of a table of the .eio file as a dataframe.

Parameters:
table_ref: str

table reference

Returns:
pandas.DataFrame
get_table_refs()

Get eio table references.

Returns:
typing.Iterator[str]

Eio table references

get_value(table_ref, column_name_or_i, filter_column_name_or_i, filter_criterion)

Get first occurrence of value of filter column matching filter criterion.

Parameters:
table_ref: str
column_name_or_i: str or int
filter_column_name_or_i: str or int
filter_criterion: str