You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 数据库
|
|
psycopg2==2.9.9
|
|
|
|
// 数据处理
|
|
pandas==2.2.2
|
|
|
|
// 爬虫
|
|
requests==2.31.0
|
|
lxml==4.9.3
|
|
|
|
// 数据可视化
|
|
streamlit==1.34.0
|
|
streamlit-echarts==0.4.0
|
|
|
|
// 模型
|
|
statsmodels==0.14.2
|
|
pmdarima==2.0.4 |