alteryx / woodwork

Woodwork is a Python library that provides robust methods for managing and communicating data typing information.
https://woodwork.alteryx.com
BSD 3-Clause "New" or "Revised" License
140 stars 19 forks source link

Investigate and Resolve Warnings #1859

Open thehomebrewnerd opened 2 months ago

thehomebrewnerd commented 2 months ago

When running the full test suite over 4200 warnings are generated. Some of these warnings are future warnings and deprecation warnings that should be addressed before they become breaking changes. We should review all the warnings that are present during our tests and make updates to address as many of them as possible.