- 爬虫库
pip install python-nameparser
pip install phonenumbers
pip install fake_useragent
- 文字匹配度计算
pip install fuzzywuzzy
- 自动导入代码里使用的库
pip install pyforest
- 处理不平衡数集
pip install imbalanced-learn
- 抽取关键字
pip install flashtext
- 时间序列建模
pip install pyflux
- Vaex可以理解为快速Pandas
conda install -c conda-forge vaex-core vaex-hdf5 vaex-arrow vaex-viz
- 生成超详细数据分析报告
pip install pandas-profiling
网友评论