Skip to content

Bump pandas from 1.2.3 to 1.2.4 #997

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

Closed
dshemetov opened this issue Oct 8, 2022 · 1 comment
Closed

Bump pandas from 1.2.3 to 1.2.4 #997

dshemetov opened this issue Oct 8, 2022 · 1 comment

Comments

@dshemetov
Copy link
Contributor

dshemetov commented Oct 8, 2022

Currently getting these warnings whenever Pandas calls SQL library functions

=============================== warnings summary ===============================
repos/delphi/delphi-epidata/integrations/acquisition/covidcast_nowcast/test_csv_uploading.py::CsvUploadingTests::test_duplicate_row
repos/delphi/delphi-epidata/integrations/acquisition/covidcast_nowcast/test_csv_uploading.py::CsvUploadingTests::test_duplicate_row
repos/delphi/delphi-epidata/integrations/acquisition/covidcast_nowcast/test_csv_uploading.py::CsvUploadingTests::test_uploading
  /usr/local/lib/python3.8/site-packages/pandas/io/sql.py:1429: SADeprecationWarning: The Engine.run_callable() method is deprecated and will be removed in a future release.  Use the Engine.begin() context manager instead. (deprecated since: 1.4)
    return self.connectable.run_callable(

Bumping to pandas==1.2.4 removes these warnings.

@dshemetov
Copy link
Contributor Author

Oops this is a duplicate of #992.

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