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

Update Deprecated Pandas Function Call #9

Merged
merged 3 commits into from
Oct 15, 2020
Merged

Conversation

jnirschl
Copy link
Contributor

Pandas.DataFrame.as_matrix is deprecated since version 0.23.0 (see docs
and PR 18458). According to the documentation for Pandas 0.25.1, the
recommended function is DataFrame.to_numpy() in place of DataFrame.values
or DataFrame.as_matrix().

pandas-dev/pandas#18458
https://pandas.pydata.org/pandas-docs/version/0.23/generated/pandas.DataFrame.as_matrix.html
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.values.html

Pandas.DataFrame.as_matrix is deprecated since version 0.23.0 (see docs
and PR 18458). According to the documentation for Pandas 0.25.1, the
recommended function is DataFrame.to_numpy() in place of DataFrame.values
or DataFrame.as_matrix().

pandas-dev/pandas#18458
https://pandas.pydata.org/pandas-docs/version/0.23/generated/pandas.DataFrame.as_matrix.html
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.values.html
Replaced broken links to OnTheHub with working links
to the new academic registration and CPLEX product
listing.
@ustunb ustunb merged commit 9307f22 into ustunb:master Oct 15, 2020
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 this pull request may close these issues.

2 participants