Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using deprecated pandas.np module #62

Closed
katarinagresova opened this issue Nov 19, 2020 · 1 comment · Fixed by #63
Closed

using deprecated pandas.np module #62

katarinagresova opened this issue Nov 19, 2020 · 1 comment · Fixed by #63

Comments

@katarinagresova
Copy link

  • apybiomart version: 0.5.2
  • Python version: 3.6.9
  • Operating System: Google Colab

Description

Pandas deprecated pandas.np (discussed in this issue) and will remove it in future versions. apybiomart code should adapt to it.

Warning

/usr/local/lib/python3.6/dist-packages/apybiomart/classes.py:210: FutureWarning: The pandas.np module is deprecated and will be removed from pandas in a future version. Import numpy directly instead
  df.replace(pd.np.nan, "", inplace=True)
@robertopreste
Copy link
Owner

Thanks @katarinagresova for filing this issue.
This should be fixed now in version 0.5.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants