I get the error ``` ValueError: supplied range of [0.0, inf] is not finite ``` when doing ``` DataFrameSummary(df)["OR"] ``` on a column with `inf` values. Thanks for the library btw :)
I get the error
when doing
on a column with
infvalues.Thanks for the library btw :)