xalpha icon indicating copy to clipboard operation
xalpha copied to clipboard

pandas更新之后dataframe没有append了

Open ohmyboy12 opened this issue 2 years ago • 2 comments

pandas更新之后dataframe没有append了,universal.py的第2029行,作者有空可以修改一下, df0 = pd.concat([df0,df2],ignore_index=True, sort=False)。 加油~

ohmyboy12 avatar Jun 02 '23 12:06 ohmyboy12

possible related issue: https://github.com/refraction-ray/xalpha/issues/171, will have a look

refraction-ray avatar Jun 03 '23 01:06 refraction-ray

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

refraction-ray avatar Jun 03 '23 02:06 refraction-ray