Python 记录一些有用的库

2020-04-22  本文已影响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
上一篇 下一篇

猜你喜欢

热点阅读