Skip to content

Fix future warnings when updating to pandas 2.2.2

René Paris requested to merge fix/warnings-with-pandas-2.2.2 into develop

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