In [1]:
import pandas as pd
import pandas_profiling

In [2]:
df = pd.read_csv("/data/diamonds.csv")

In [3]:
df.profile_report()


Out[3]:


In [ ]: