KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
HouseAnalysis
★ 20
Open GitHub ↗
毕业设计-基于爬虫的房源数据分析系统
Download README (.md)
Explore Similar Repositories
docker-openlitespeed-php
:
# eXtremeSHOK.com Docker OpenLiteSpeed with php
MDT-Task-Sequence-Debugger
:
Task Sequence Debugger for MDT
phishPaste
:
Utility to copy templates, pages, and sending profiles between different Gophish accounts
docsify-js-template
:
Starter template for a Markdown-based docs site 📒 🕸
Youmakeup_Baseline
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
HouseAnalysis
?
Download (.md)
# 基于Python的南京二手房数据采集及可视化分析 ## 1 内容简介 首先通过爬虫采集链家网上所有南京二手房的房源数据,并对采集到的数据进行清洗;然后,对清洗后的数据进行可视化分析,探索隐藏在大量数据背后的规律;最后,采用一个聚类算法对所有二手房数据进行聚类分析,并根据聚类分析的结果,将这些房源大致分类,以对所有数据的概括总结。通过上述分析,我们可以了解到目前市面上二手房各项基本特征及房源分布情况,帮助我们进行购房决策。 ## 2 应用技术介绍 1)Python网络爬虫技术 - Requests - Beautifulsoup 2)Python数据分析技术 - Numpy - Matplotlib - Pandas