captest.capdata.CapData.get_summary

CapData.get_summary()

Print a summary of filtering applied to the data_filtered attribute.

The summary dataframe shows the history of the filtering steps applied to the data including the timestamps remaining after each step, the timestamps removed by each step and the arguments used to call each filtering method.

If the filter arguments are cutoff, the max column width can be increased by setting pd.options.display.max_colwidth.

Parameters:

None

Return type:

Pandas DataFrame