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

Get a warning about future deprecation for pandas dataframe.as_matrix #826

Open
s-pearce opened this issue Jun 1, 2021 · 0 comments
Open

Comments

@s-pearce
Copy link
Member

s-pearce commented Jun 1, 2021

return pandas.read_csv(sheetref_name, header=None).as_matrix()

I get this warning when running nosetests. The .as_matrix part of the code should be removed and the associated code edited to account for this change.

FutureWarning: Method .as_matrix will be removed in a future version. Use .values instead.
  return pandas.read_csv(sheetref_name, header=None).as_matrix()
snwhite added a commit that referenced this issue Feb 26, 2022
Update WHOIGit Master from recent OceanObservatories changes
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

No branches or pull requests

1 participant