Not sure if this space is monitored. But while using this module I am getting below error. Looks like there a need to change in the underlying code trying to read the oi_data.
FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
oi_data = pd.concat([oi_data, pd.DataFrame([oi_row])], ignore_index=True)