SigProfilerMatrixGenerator
SigProfilerMatrixGenerator copied to clipboard
Error with Pandas 2.0.0
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
I have also come across this issue
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.
I also encounter the same error, you can downgrade pandas to 1.4.4. It works for me