Future Error while compiling the code

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)

1 Like

Yes I am one of those guys who fixes the stuff after it breaks or at the same day it is about to break :slight_smile: Don’t worry. I will update it.