摘要: 1 # 爬虫 2 # 该项目是爬取天天基金网某只基金的净值数据 3 4 # 1.引入包 5 # 网络请求 6 import json 7 8 import requests 9 # 正则 10 import re 11 # 数据分析工具 12 import pandas as pd 13 14 # 阅读全文
posted @ 2023-02-03 23:06 种太阳 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 1 # 爬虫 2 # 该项目是爬取天天基金网某只基金的净值数据 3 4 # 1.引入包 5 # 网络请求 6 import json 7 8 import requests 9 # 正则 10 import re 11 # 数据分析工具 12 import pandas as pd 13 14 # 阅读全文
posted @ 2023-02-03 22:48 种太阳 阅读(124) 评论(0) 推荐(0) 编辑