Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pandas更新之后dataframe没有append了 #172

Open
ohmyboy12 opened this issue Jun 2, 2023 · 2 comments
Open

pandas更新之后dataframe没有append了 #172

ohmyboy12 opened this issue Jun 2, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@ohmyboy12
Copy link

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

@refraction-ray
Copy link
Owner

possible related issue: #171, will have a look

@refraction-ray refraction-ray added the bug Something isn't working label Jun 3, 2023
@refraction-ray
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants