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 :)