geosoft.gxpy.dataframe

Table (records, fields) handling, inherits from Pandas (http://pandas.pydata.org/) base class.

Classes:
Data_frame:

dataframe that holds a table

Note

Regression tests provide usage examples: dataframe tests

Functions

Data_frame([initial, records, columns])

Pandas DataFrame from a Geosoft table.

_t(s)

table_column(table, col)

Return a dictionary of a column from a table

table_record(table, rec)

Return a dictionary of a single record from a table

Exceptions

DfException(message)

Exceptions from geosoft.gxpy.dataframe.