When I am trying to generate report using pandas profiling , I am getting below error while using below code:
KeyError: 'script_values'
import pandas_profiling
from pandas_profiling import ProfileReport
report = ProfileReport(df)
report
Can you please let me know why I am getting 'script_values' error. I googled all around but not able to find a solution.