Study on Tokyo Rent Using Python (3-1 of 3)

Result excerpt

Simultaneous posting on the blog: https://leoluistudio.com/blog/10/python%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%A6%E6%9D%B1%E4%BA%AC%E9%83%BD%E5%AE%B6%E8%B3%83%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6%E3%81%AE%E7%A0%94%E7%A9%B6-3%E3%81%AE1-%E7%B5%90%E6%9E%9C%E6%8A%9C/

Research goals and methods

Target

――I want to study the relationship between rent in Tokyo and related attributes. --Graph the results of the relevance and visualize it

Method

--Automatically collects rent data posted online in August 2020 by a program (data source: https://suumo.jp) --Analysis based on data from 82,812 buildings and 624,499 rooms

Excerpt of research results

Distribution of rent prices in Tokyo

X is the rent divided into groups (yen), Y is the number (k is 1,000) L1no7V2.png

Relationship between price and area (divided into 23 wards and city)

Blue dots are 23 wards, red dots are city areas, X is area (square meter), Y is rent (M is one million yen) L2no1.png

Distribution of average price for each ward (23 wards)

--X is a number (k is 1,000) --Y is the 23 wards --How to read the box plot: --The leftmost line is the minimum value --The left side of the box is the first quartile --The line in the box is the median --The left side of the box is the 3rd quartile --The rightmost line is the maximum value L2no2D.png

Direction and price heatmap for municipalities

--X is 8 directions --Y is the 23 wards --The brighter the color, the higher the price --The darker the color (blue), the lower the price L3no1.png

Recommended Posts

Study on Tokyo Rent Using Python (3-1 of 3)
Study on Tokyo Rent Using Python (3-2)
Study on Tokyo Rent Using Python (3-3)
Handling of python on mac
python: Basics of using scikit-learn ①
Study from the beginning of Python Hour8: Using packages
Broadcast on LINE using python
Using multiple versions of Python on Mac OS X (2) Usage
Easy on Mac! Plot of unit step response using Python
Image capture of firefox using python
Introducing Python using pyenv on Ubuntu 20.04
Notes on using MeCab from Python
Preparing python using vscode on ubuntu
Removal of haze using Python detailEnhanceFilter
Notes on installing Python using PyEnv
Environment construction of python3.8 on mac
Implementation of desktop notifications using Python
Notes on using rstrip with python.
Install Python on CentOS using Pyenv
Install Python on CentOS using pyenv
Basic study of OpenCV with Python
[Python] I wrote the route of the typhoon on the map using folium
Using multiple versions of Python on Mac OS X (1) Multiple Ver installation
Python: Basics of image recognition using CNN
[Python] Extension using inheritance of matplotlib (NavigationToolbar2TK)
Automatic collection of stock prices using python
About building GUI using TKinter of Python
Execute Python code on C ++ (using Boost.Python)
[Python] Minutes of study meeting for beginners (7/15)
(Bad) practice of using this in Python
Detect "brightness" using python on Raspberry Pi 3!
Install python library on Lambda using [/ tmp]
Map rent information on a map with python
Run servomotor on Raspberry Pi 3 using python
Detect temperature using python on Raspberry Pi 3!
Video processing using Python + OpenCV on Mac
[Python] Japanese localization of matplotlib on Ubuntu
Notes on using code formatter in Python
Meaning of using DI framework in Python
A memo of a tutorial on running python on heroku
Python study note_002
Time variation analysis of black holes using python
Introduction of Python
Python study notes _000
Build Python3.5 + matplotlib environment on Ubuntu 12 using Anaconda
Chord recognition using chromagram of python library librosa
Python on Windows
2016 The University of Tokyo Mathematics Solved with Python
Detect slide switches using python on Raspberry Pi 3!
Notes on installing Python3 and using pip on Windows7
Python & Machine Learning Study Memo ⑤: Classification of irises
How to build an environment for using multiple versions of Python on Mac
Python study notes_006
Python study note_004
Python & Machine Learning Study Memo ②: Introduction of Library
Python: Try using the UI on Pythonista 3 on iPad
Python development on Ubuntu on AWS EC2 (using JupyterLab)
Start using Python
Notes on using dict in python [Competition Pro]
Introduction of Python Imaging Library (PIL) using HomeBrew
Character encoding when using csv module of python 2.7.3