I am using pandas profiling in google coolab and found some errors

887 views Asked by At

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

1

There are 1 answers

0
Pablo Lopez On

Try to do !pip install ydata_profiling and go to runtime > restart session