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

Investigate cleaning up cudf warnings related to get/set_tdf #310

Open
andrewseidl opened this issue May 6, 2020 · 0 comments
Open

Investigate cleaning up cudf warnings related to get/set_tdf #310

andrewseidl opened this issue May 6, 2020 · 0 comments

Comments

@andrewseidl
Copy link
Contributor

On the first call to select_ipc_gpu cudf 0.13 now gives the following warnings:

lib/python3.7/site-packages/cudf/core/dataframe.py:409: UserWarning: Columns may not be added to a DataFrame using a new attribute name. A new attribute will be created: 'set_tdf'
  UserWarning,
/lib/python3.7/site-packages/cudf/core/dataframe.py:409: UserWarning: Columns may not be added to a DataFrame using a new attribute name. A new attribute will be created: 'get_tdf'
  UserWarning,
/lib/python3.7/site-packages/cudf/core/dataframe.py:409: UserWarning: Columns may not be added to a DataFrame using a new attribute name. A new attribute will be created: '_tdf'
  UserWarning,

Likely due to https://github.com/omnisci/pymapd/blob/65917a056ad080da3c320a88408d68c5f7e7dd65/pymapd/connection.py#L435-L436 .

pymapd 0.22.0
cudf 0.13

Note: this only appears to occur with cudf 0.13. It does not occur with the current cudf 0.14 nightly build.

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