SigProfilerMatrixGenerator icon indicating copy to clipboard operation
SigProfilerMatrixGenerator copied to clipboard

Error with Pandas 2.0.0

Open llecompte opened this issue 1 year ago • 3 comments

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

llecompte avatar Apr 13 '23 15:04 llecompte

I have also come across this issue

grantn5 avatar Apr 19 '23 15:04 grantn5

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 avatar Apr 19 '23 18:04 mdbarnesUCSD

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

hfl112 avatar Oct 30 '23 21:10 hfl112