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

Error with Pandas 2.0.0 #133

Open
llecompte opened this issue Apr 13, 2023 · 3 comments · May be fixed by #192
Open

Error with Pandas 2.0.0 #133

llecompte opened this issue Apr 13, 2023 · 3 comments · May be fixed by #192
Assignees
Labels
bug Something isn't working

Comments

@llecompte
Copy link

Hello,

Thank you for developing SigProfiler tools.
I noticed an error with the new version of pandas (2.0.0) :
AttributeError: 'DataFrame' object has no attribute 'append'

I was able to run SigProfilerAssignment successfully using a version of pandas < 2.0.0.

Best regards,
Lolita

@grantn5
Copy link

grantn5 commented Apr 19, 2023

I have also come across this issue

@mdbarnesUCSD
Copy link
Collaborator

Hi @llecompte and @grantn5,

Thanks for reaching out. Please use pandas < 2.0.0 until the code can be updated to support pandas >= 2.0.0.

@mdbarnesUCSD mdbarnesUCSD added the enhancement New feature or request label Apr 19, 2023
@mdbarnesUCSD mdbarnesUCSD self-assigned this Apr 20, 2023
@mdbarnesUCSD mdbarnesUCSD added bug Something isn't working and removed enhancement New feature or request labels Apr 24, 2023
@hfl112
Copy link

hfl112 commented Oct 30, 2023

I also encounter the same error, you can downgrade pandas to 1.4.4. It works for me

soymintc added a commit to soymintc/SigProfilerMatrixGenerator that referenced this issue Aug 7, 2024
@soymintc soymintc linked a pull request Aug 7, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

4 participants