MaayanLab / clustergrammer-py

A python module for the clustergrammer matrix visualization project that creates the JSON object for the front-end JavaScript portion of Clustergrammer.
MIT License
12 stars 15 forks source link

Universally replace df.ix with df.loc #17

Open scvannost opened 3 years ago

scvannost commented 3 years ago

With pandas>=1.0 df.ix is replace with df.loc or df.iloc