美文网首页
Python 记录一些有用的库

Python 记录一些有用的库

作者: 富竹 | 来源:发表于2020-04-22 20:36 被阅读0次
    1. 爬虫库
    pip install python-nameparser
    
    pip install phonenumbers
    
    pip install fake_useragent
    
    1. 文字匹配度计算
    pip install fuzzywuzzy
    
    1. 自动导入代码里使用的库
    pip install pyforest
    
    1. 处理不平衡数集
    pip install imbalanced-learn
    
    1. 抽取关键字
    pip install flashtext
    
    1. 时间序列建模
    pip install pyflux
    
    1. Vaex可以理解为快速Pandas
    conda install -c conda-forge vaex-core vaex-hdf5 vaex-arrow vaex-viz
    
    1. 生成超详细数据分析报告
    pip install pandas-profiling
    

    相关文章

      网友评论

          本文标题:Python 记录一些有用的库

          本文链接:https://www.haomeiwen.com/subject/wmfgihtx.html