watex.methods.electrical.VerticalSounding.summary#

VerticalSounding.summary(keep_params=False, return_table=False)[source]#

Summarize the most import features for prediction purpose.

Parameters:
  • keep_params (bool, default=False,) – If keep_params is set to True. Method should output only the main important params for prediction purpose. Otherwise, returns all main DC-resistivity attributes

  • return_tables (bool, default=False,) – if True, returns only the summarized table

Returns:

self or table_ – Returns DC- Sounding object or dataframe.

Return type:

VerticalSounding or class:pd.DataFrame