pybtls.output.read.POT_summary.read_POT_S#
- read_POT_S(file_path, no_lines=None, start_line=1)[source]#
Read the POT summary data from pybtls results.
This output file does not have a header.
- Parameters:
file_path (
Path) – The path to the POT summary data file.no_lines (
int) –The number of data lines to read from the file.
If not specified, all lines will be read.
start_line (
int) –Default is 1.
The line to start reading data from.
- Returns:
The POT summary data.
- Return type:
DataFrame