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
currently the fix is in a new branch: https://github.com/refraction-ray/xalpha/tree/pd2, since pandas 2.0 has made verious breaking changes, the overall effect remains to be checked due to limited time. My suggestion is to use pandas version less than 2.0
pandas更新之后dataframe没有append了,universal.py的第2029行,作者有空可以修改一下,
df0 = pd.concat([df0,df2],ignore_index=True, sort=False)。
加油~
The text was updated successfully, but these errors were encountered: