Skip to content

Fix future warnings when updating to pandas 2.2.2

Fixed the following FutureWarnings:

  1. errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing errors and catch exceptions explicitly instead

Merge request reports

Loading