Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xishandong/data_visualization
a simple web of data visualization
https://github.com/xishandong/data_visualization
data-visualization flask flask-sqlalchemy python-crawler
Last synced: about 19 hours ago
JSON representation
a simple web of data visualization
- Host: GitHub
- URL: https://github.com/xishandong/data_visualization
- Owner: xishandong
- Created: 2023-02-17T12:50:42.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T02:09:59.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T17:57:41.175Z (about 2 months ago)
- Topics: data-visualization, flask, flask-sqlalchemy, python-crawler
- Language: HTML
- Homepage:
- Size: 2.56 MB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Title
***
这是一个基于python和echarts的基金数据可视化项目
# Install
```python
pip install request
pip install lxml
pip install pandas
pip install flask
```# Useage
运行app.py即可
网页可以搜索基金,比较两只基金(两个搜索栏的基金),预测基金收益,展示基金公司信息以及分布
点击中国地图的对应区域可以跳转页面到基金公司的详情表
点击基金公司折现图的点:上者跳转百度搜索该基金,下者跳转进入基金公司官网
更多功能可以下载使用
由于用到了爬虫,请大家合法使用# run
![image](https://user-images.githubusercontent.com/100206449/219658933-822b15d7-8803-4f5c-bf5e-f298bf4b18a4.png)
![image](https://user-images.githubusercontent.com/100206449/219658969-a8267262-2f1f-4e64-b962-f126dbbeee4b.png)
![image](https://user-images.githubusercontent.com/100206449/219659025-205b0c15-056e-4e29-897a-da26354eed5f.png)
![image](https://user-images.githubusercontent.com/100206449/219659066-584a6884-e0cc-4323-a70b-70b02352fecf.png)
![image](https://user-images.githubusercontent.com/100206449/219659101-49d058bb-fd23-40b6-8a4f-11fa5cbb2a36.png)
![image](https://user-images.githubusercontent.com/100206449/219659137-cd8697f3-ef72-4b6e-b53c-8c21fc31758d.png)