I have a Jupyter notebook. Why would this snippet work when the Python kernel is 3.18.12 but not when I use 3.9.19?
import pandas as pd
from ydata_profiling import ProfileReport
I have a Jupyter notebook. Why would this snippet work when the Python kernel is 3.18.12 but not when I use 3.9.19?
import pandas as pd
from ydata_profiling import ProfileReport