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

Spammed with FutureWarnings that are unfilterable #2224

Open
CodyGreen-Datavant opened this issue Oct 19, 2022 · 0 comments
Open

Spammed with FutureWarnings that are unfilterable #2224

CodyGreen-Datavant opened this issue Oct 19, 2022 · 0 comments

Comments

@CodyGreen-Datavant
Copy link

When preforming any kind of itterable:
enc[example'] = enc.example.apply(lambda x: 1880 if pd.notnull(x) & ((x >=1880) & (x < 1890)) else x)

I am constantly spammed with:

/path/miniconda/lib/python3.8/site-packages/pyspark/python/lib/pyspark.zip/pyspark/pandas/internal.py:1573: FutureWarning: iteritems is deprecated and will be removed in a future version. Use .items instead.

I believe this is due to the new pandas update.

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