Hi @newbiequant96,
You need to need to, in the init notebook write: !pip install pandas==1.2.5
I recently encountered that problem again, in my case I think, because statsmodels is not compatible with the default pandas version, it upgrades it.
It needs to be downgraded again in my case.
Hope this will work for you.
Regards