Channels
random
linen
statsforecast
hierarchicalforecast
neural-forecast
mlforecast
general
timegpt
Powered by
#neural-forecast
Title
m
Musa
07/18/2022, 6:06 PM
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?
Post