# tusharedemo **Repository Path**: ease-meta/tusharedemo ## Basic Information - **Project Name**: tusharedemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-16 - **Last Updated**: 2026-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TushareDemo 这是一个简单的 Python 数据分析演示项目,用于学习 tushare、pandas 和 matplotlib 三个常用的 Python 数据处理库。 ## 项目简介 本项目包含三个主要的 Python 测试文件,分别演示了: - **tushareTest.py** - Tushare 金融数据接口的使用 - **pandasTest.py** - Pandas 数据分析库的使用 - **matplotlibTest.py** - Matplotlib 数据可视化库的使用 ## 环境要求 - Python 3.x - 必要的 Python 包(见 requirements.txt) ## 安装依赖 ```bash pip install -r requirements.txt ``` ## 使用说明 运行各个测试文件即可查看对应的功能演示: ```bash python tushareTest.py python pandasTest.py python matplotlibTest.py ``` ## 依赖包 项目依赖包含在 `requirements.txt` 文件中,主要包括: - tushare - pandas - matplotlib ## 注意事项 - 使用 tushare 需要先申请 token,具体申请方法请访问 [Tushare 官网](https://tushare.pro/) - 部分数据接口可能需要积分权限