Santhana Krishnan

Results 2 issues of Santhana Krishnan

### Current Behaviour python version: 3.9.6 ydata_profiling: 4.0.0 (install using PIP) import pandas as pd from ydata_profiling import ProfileReport, compare df1 = pd.read_csv("C:/Downloads/new.csv") df2 = pd.read_csv("C:/Downloads/new1.csv") df1_rep = ProfileReport(df1, title="One")...

question/discussion ❓

### 🐞 Bug Summary When starting the application with Gunicorn, initialization fails due to a pydantic_settings.exceptions.SettingsError triggered while parsing the environment variable observability_exclude_paths. The error originates from Pydantic’s environment settings...

bug
triage