You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pandas >=2.0 does not have dataframe.append() which is used at multiple places in TIMBER code. The current workaround is to force the usage of Pandas<2.0. The calls should be updated to concat so that we do not need to be restricted.
Pandas >=2.0 does not have
dataframe.append()which is used at multiple places in TIMBER code. The current workaround is to force the usage of Pandas<2.0. The calls should be updated toconcatso that we do not need to be restricted.