Skip to content

Conversation

janbaykara
Copy link

I'm getting this error. Seems as though qpython requires a straight swap from pandas' Series.as_matrix() deprecated method to Series.values() (suggested in the docs)

python3.6/site-packages/qpython/_pandas.py:61: FutureWarning: Method .as_matrix will be removed in a future version. Use .values instead.
  keys = keys if not isinstance(keys, pandas.Series) else keys.as_matrix()

I'm getting this error. Seems as though qpython requires a straight swap from pandas' `Series.as_matrix()` deprecated method to `Series.values()` (suggested in the [docs](https://pandas.pydata.org/pandas-docs/version/0.23/generated/pandas.Series.as_matrix.html))

```
python3.6/site-packages/qpython/_pandas.py:61: FutureWarning: Method .as_matrix will be removed in a future version. Use .values instead.
  keys = keys if not isinstance(keys, pandas.Series) else keys.as_matrix()
```
@MarSoft MarSoft mentioned this pull request Nov 28, 2018
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.

1 participant