guma44 / GEOparse

Python library to access Gene Expression Omnibus Database (GEO)
BSD 3-Clause "New" or "Revised" License
137 stars 51 forks source link

Replace ix to loc #52

Closed ttyskg closed 5 years ago

ttyskg commented 5 years ago

Thank you for creating the great library. I added small changes to your code.

pandas DataFrame .ix is deprecated, so I replaced .ix to .loc in the code. Please read here for the detail.

ttyskg commented 5 years ago

I'm sorry, I try to merge this PR to master branch by my mistake first.