louadi / NEASE

A network-based approach for exon set enrichment
GNU General Public License v3.0
14 stars 2 forks source link

Update concatenation of pandas DataFrames #10

Closed Eeeeelias closed 10 months ago

Eeeeelias commented 11 months ago

Newer versions of pandas don't allow for row-wise concatenation of dataframes using the .append method. This should fix this instance.

I did not have an example dataset that I could test this on, so I used a dummy set which worked.

I am not aware of any other instances where .append was used for dataframes, however I only checked functions.py.

louadi commented 10 months ago

Thanks for the fix!