Script used: ```python import pandas as pd x: pd.DataFrame = pd.read_hdf("your_hdf_here.hdf") ```
Script used: