0

I'm using ydata-profiling (pandas profiling) and I'm not able to disable some alerts (e.g. Zeros).

Here, https://ydata-profiling.ydata.ai/docs/master/pages/advanced_usage/available_settings.html , I can find only some alerts which can be removed, for example correlations, but not Zeros as an example.

thanks

user1403546
  • 1,680
  • 4
  • 22
  • 43

1 Answers1

0

It is not possible to disable some of the alerts such as Zeros or Infinite. The one's covered in the documentation are the warnings that are possible to configure or turn-off.

You can always send an Feature request: https://github.com/ydataai/ydata-profiling/issues

FabC
  • 26
  • 3