Tim Schott

Results 2 comments of Tim Schott

Do you have git installed in on your system? If you've only looked at things on github.com, but not worked with repos directly on your machine, you may not. See...

the issue is related to the pandas future warning. the fix is placing `with pd.option_context("future.no_silent_downcasting", True):` [here](https://github.com/ydataai/ydata-profiling/blob/develop/src/ydata_profiling/model/pandas/summary_pandas.py#L39) (reference - ydata_profiling/model/pandas/summary_pandas.py:39) can you all please update this?