Qui peux m'aidé:
Filtering 1 failed: ValueError("could not convert string to float: ''")
While processing the data, the script attempted to filter out certain items. It seems that one of these items ("Filtering 1") failed because the script encountered a value that it tried to convert to a floating-point number (a number with a decimal point), but instead found an empty string (''). This is an error because an empty string cannot be converted into a float.