guess it is related to pandas version.. <https://d...
# neural-forecast
m
guess it is related to pandas version.. https://discuss.streamlit.io/t/streamlit-typeerror-sort-index-got-an-unexpected-keyword-argument-ignore-index/15960 but after i upgrade pandas to the latest.. it start giving another issue when import neuralforecast as nf module 'pandas' has no attribute 'Panel' panel might has been removed from Pandas module 0.25.0 onwards. https://stackoverflow.com/questions/65600306/module-pandas-has-no-attribute-panel what pandas version is neuralforecast using?