changwn / scFEA

single cell Flux Estimation Analysis (scFEA) Try the below web server!
http://scflux.org/
Other
100 stars 33 forks source link

AttributeError: 'DataFrame' object has no attribute 'append'. Did you mean: '_append'? #53

Open ltgmri opened 7 months ago

ltgmri commented 7 months ago

when I use the test data Melissa_full.csv to run the code, the below error appear.

AttributeError: 'DataFrame' object has no attribute 'append'. Did you mean: '_append'?

how do i fixed it. thank you

LiuCanidk commented 7 months ago

It is because the pandas version. Newer version of pandas deleted the attribute "append". So I recommend you to try two fixing ways:

ltgmri commented 7 months ago

Thanks to LiuCanidk. The second solution solved this error.