read_csv¶
- typhoon.test.capture.read_csv(file_path)¶
Reads csv file exported from typhoon capture. Returns pandas.DataFrame compatible with typhoontest analysis functions.
- Parameters:
file_path (path to the .csv file)
- Return type:
pandas.DataFrame - typhoontest compatible dataframe with timedelta as index.