Skip to content

poreflow.StepsDataFrame

Bases: DataFrame

Steps data frame

Data frame must contain the following columns: - start_idx (integers): The start index of the step in the event - end_idx (integers): The end index of the step in the event - std (float): The standard deviation of the current during the step - mean (float): The mean of the current during the step - n_pts (int): The number of points in the step

Other optional columns are: - start_time (float): The start time of the step - end_time (float): The end time of the step - dwell_time (float): The dwell time of the step - event (int): The event number of the step. Useful when concatenating multiple step dataframes - step_idx (int): The index of the step in the event