摘要: 一、折线图:展现股价走势1.1、简单版-股价走势图 # 简洁版 import pandas as pd import matplotlib.pyplot as plt # 读取CSV文件 df = pd.read_csv('../数据集/格力电器.csv') data = df[['high', ' 阅读全文
posted @ 2025-01-18 22:31 耀阳居士 阅读(164) 评论(0) 推荐(0)
摘要: 社区首页>专栏>AkShare-股票数据-资金流向 AkShare-股票数据-资金流向 发布于 2020-05-20 00:49:03 2.1K04 代码可运行 举报 文章被收录于专栏:数据科学实战 作者寄语 继续扩充昨天更新的资金流数据数据:个股资金流、个股资金流排名、大盘资金流、板块资金流排名 阅读全文
posted @ 2025-01-18 09:51 耀阳居士 阅读(789) 评论(0) 推荐(0)