即pandas已經(jīng)升級了,但是pandas-profiling并沒升級,它們兩個中的同一個類有不同的類名對不上,所以出現(xiàn)了這個報錯。 解決辦法 Downgrading pandas to the 1.2.x series will resolve the issue. 我重新安裝了1.2.0版本的pandas-profiling包 module ‘pandas.core.common’ has no attribute ‘is_numeric_dtype’ ...
www.dbjr.com.cn/python/306213v...htm 2025-5-23