I\'m trying to get my data head to display but I get an error message: NameError: name \'display\' undefined
import pandas as pd data = pd.Data
To solve the problem on pycaret, you have to open the below file -
..\env\Lib\site-packages\pycaret\datasets.py
and add the line of code -
from IPython.display import display