KrishnaswamyLab / MAGIC

MAGIC (Markov Affinity-based Graph Imputation of Cells), is a method for imputing missing values restoring structure of large biological datasets.
GNU General Public License v2.0
341 stars 97 forks source link

SparseDataFrame is obsolete #190

Closed gokceneraslan closed 4 years ago

gokceneraslan commented 4 years ago

Python version of magic on master branch gives this warning with the latest Pandas, fyi:

magic/utils.py:135: FutureWarning: The SparseDataFrame class is removed from pandas. Accessing it from the top-level namespace will also be removed in the next version

scottgigante commented 4 years ago

Thanks for the report!