最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

關(guān)于pandas-profiling的降級(jí)之旅

 更新時(shí)間:2023年11月28日 11:01:13   作者:芊欣欲  
這篇文章主要介紹了關(guān)于pandas-profiling的降級(jí)之旅,具有很好的參考價(jià)值,希望對(duì)大家有所幫助,如有錯(cuò)誤或未考慮完全的地方,望不吝賜教

背景

做EDA分析,想要利用pandas-profling的集成工具,實(shí)現(xiàn)一鍵EDA自動(dòng)化流程。

而pandas-profiling是python封裝好的庫(kù),能夠使用DataFrame自動(dòng)生成數(shù)據(jù)的詳細(xì)報(bào)告并能自動(dòng)生成網(wǎng)頁(yè)進(jìn)行可視化。

但理想和現(xiàn)實(shí)總是有差距,這個(gè)過(guò)程出現(xiàn)了很多error,主要原因都是由pandas-profiling的版本與環(huán)境不兼容導(dǎo)致的,謹(jǐn)以此文記入這些error和解決辦法供大家參考。

[Pandas-profiling] ImportError: cannot import name ‘ABCIndexClass’ from ‘pandas.core.dtypes.generic’

這是在安裝后的第一個(gè)報(bào)錯(cuò),發(fā)生于import pandas語(yǔ)句。

經(jīng)過(guò)調(diào)研,發(fā)現(xiàn)該問(wèn)題是由于pip安裝時(shí),會(huì)安裝pandas-profiling的最新版,但是:

Pandas v1.3 renamed the ABCIndexClass to ABCIndex.

The visions dependency of the pandas-profiling package hasn’t caught up yet, and so throws an error when it can’t find ABCIndexClass.

即pandas已經(jīng)升級(jí)了,但是pandas-profiling并沒(méi)升級(jí),它們兩個(gè)中的同一個(gè)類有不同的類名對(duì)不上,所以出現(xiàn)了這個(gè)報(bào)錯(cuò)。

解決辦法

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’

這個(gè)時(shí)候import pandas-profiling不會(huì)再出現(xiàn)報(bào)錯(cuò)了,可是report=ProfilieReport(df)這一步時(shí)會(huì)出現(xiàn)新的報(bào)錯(cuò)。

經(jīng)過(guò)調(diào)研,發(fā)現(xiàn)該問(wèn)題是由于:

pandas.core.common.is_numeric_dtype was removed in 0.23.

總的來(lái)說(shuō)還是pandas的版本太高了,有兩種解決辦法:

  • 一種就是降低pandas的等級(jí)至0.22
  • 另一種就是自己重新配置一下pandas(不建議)。

代碼

from pandas_profiling import ProfileReport
report=ProfileReport(df)
report.to_file(output_file='output.html')

總結(jié)

以上為個(gè)人經(jīng)驗(yàn),希望能給大家一個(gè)參考,也希望大家多多支持腳本之家。

相關(guān)文章

最新評(píng)論

历史| 珲春市| 大城县| 亳州市| 延安市| 瓮安县| 汕头市| 陕西省| 阿拉善盟| 定边县| 保德县| 清新县| 宣化县| 怀安县| 哈密市| 托克逊县| 东乡县| 新田县| 清涧县| 清镇市| 水富县| 绥化市| 扶沟县| 独山县| 建瓯市| 邵东县| 盐边县| 建阳市| 黄骅市| 茌平县| 泗水县| 锦州市| 石柱| 古蔺县| 斗六市| 年辖:市辖区| 福清市| 双鸭山市| 噶尔县| 麟游县| 克山县|