the problem statement is
ImportError: cannot import name 'Buffer' from 'typing_extensions' (/usr/local/lib/python3.10/dist-packages/typing_extensions.py)
i already had the pandas profiling installed. but then again i again run the command
pip install Pandas_Profiling
and then to find out the output
import pandas_profiling pandas_profiling.ProfileReport(hotel_data)
i have already imported pandas
Try to do !pip install ydata_profiling and go to runtime > restart session