All Projects → hannari-python → Tutorial

hannari-python / Tutorial

Licence: cc-by-sa-4.0

Projects that are alternatives of or similar to Tutorial

Computational Linguistics Class.github.io
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Oscon Neo4j Recommendations
Jupyter notebook for OSCON 2017 Neo4j recommendations workshop
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Musical matrices
A repository for some code about music generating neural networks
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Shapedetector keras coreml
Deep learning installed Shape Detector using Keras and CoreML 📱
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Mlhep2017
MLHEP 2017 slides & seminars
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Variational Autoencoder
PyTorch implementation of "Auto-Encoding Variational Bayes"
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Option Pricing Under Uncertainty
By means of stochastic volatility models
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Resources
PyMC3 educational resources
Stars: ✭ 930 (+3476.92%)
Mutual labels:  jupyter-notebook
Threader
Easy Twitter threads with Python
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Detectiontutorialspacenet
This is a tutorial on training a network to detect buildings with the SpaceNet data.
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Openmined demo
This is the code for "How Do We Democratize Access to Data?" by Siraj Raval on Youtube
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Databases workshop
RCS Intro to Databases workshop materials
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Network evaluation tools
Python 2.7 package with examples for evaluating a network's ability to group a given node set in network proximity.
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Datadoubleconfirm
Simple datasets and notebooks for data visualization, statistical analysis and modelling - with write-ups here: http://projectosyo.wix.com/datadoubleconfirm.
Stars: ✭ 24 (-7.69%)
Mutual labels:  jupyter-notebook
Binary ops
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Happiness Prediction
Sentimental analysis using keras in python
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Sentence Aspect Category Detection
Aspect-Based Sentiment Analysis
Stars: ✭ 24 (-7.69%)
Mutual labels:  jupyter-notebook
Gen bias gain
A Convenient Generalization of Schlick's Bias and Gain Functions
Stars: ✭ 26 (+0%)
Mutual labels:  jupyter-notebook
Intro To Python
Introduction to Python (2014)
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Training Gcp
Labs and demos for courses in the Google Cloud Platform Training (https://training.topgate.co.jp).
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook

オープンデータを使って、Pythonでデータ分析 (PyCon JP 2020 チュートリアル)

Author: See https://github.com/hannari-python/tutorial/graphs/contributors

Binder This Binder environment will receive special support on August 30th. (See https://github.com/jupyterhub/mybinder.org-deploy/issues/1560) Thank you for the Binder project.

Open In Colab

イントロダクションのスライド

このチュートリアルはどういうものか?

このチュートリアルでは、世の中の動向を可視化、予測するために必要なデータ分析の知識を習得できます。貿易収支や家計調査、境界データと国勢調査などのオープンデータをもとに、分析できるように前処理を行い、作ったデータをPlotlyとPydeckを使って可視化し、DashやStreamlitを使ってダッシュボードを作り、scikit-learnを使って機械学習を行うといった、一連のデータ分析をGoogle ColaboratoryやBinderを使用して体験できます。

PyConJP 2020のページはこちら

チュートリアルで使用するノートブック

チュートリアルのタイムテーブル

こちらのgithub issueをご参照ください。

ライセンス (ノートブック)

ノートブックのライセンスは CC BY-NC-SA です。

CCライセンスについては、クリエイティブ・コモンズ・ライセンスとは を参照してください。

ライセンス (データ)

データのライセンスは出典元の規約に基づきます。 下記のリンクをご確認ください。

パート1 貿易収支

データソース https://www.kaggle.com/zanjibar/japan-trade-statistics

パート2 家計調査

データのファイル名と出典記載

パート3 地理データ

データソース1 地価データ: 地価調査_平成30年_100m_相続税路線価_データベースファイル(CSV), data/osakadata/tikatyousa_2018_100m_souzokurosenka.*

データソース2 国土交通省国土数値情報ダウンロードサイト: 国土数値情報 市区町村役場データ, 大阪 世界測地系 平成26年 0.01MB P34-14_27_GML.zip, data/osakadata/P34-14_27_GML/*

データソース3 犯罪データ: 大阪府警察 犯罪オープンデータサイト (https://www.police.pref.osaka.lg.jp/seikatsu/9290.html), 平成30年中の犯罪発生情報の中の自転車盗 (CSVファイル: 3.1MB), data/osakadata/osaka_2018zitensyatou.csv

データソース4 国土交通省国土数値情報ダウンロードサイト: 国土数値情報 行政区域データ, 大阪 世界測地系 平成30年 2.43MB N03-180101_27_GML.zip, data/osakadata/N03-180101_27_GML/*

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].