1. Cheat Sheet 一覧
Python, Data Scientist 向けのCheat Sheetのリンク集を記載します.(最終更新日:2018/07/17)
Basics (基礎)
|トピック|サイト|図|
|---|---|---|---|
|Python|Python For Data Science - A Cheat Sheet For Beginners|図|
|Scipy - Linear Algebra|SciPy Cheat Sheet: Linear Algebra in Python|図|
Data Manipulation (データ操作)
トピック | サイト | 図 |
---|---|---|
NumPy | NumPy Cheat Sheet: Data Analysis in Python | 図 |
Pandas | Pandas Cheat Sheet for Data Science in Python | 図 |
Pandas Data Wrangling | Pandas Cheat Sheet: Data Wrangling in Python | 図 |
Importing Data | Importing Data in Python Cheat Sheet | 図 |
Machine Learning, Deep Learning, Big Data (機械学習)
トピック | サイト | 図 |
---|---|---|
Scikit-Learn | Scikit-Learn Cheat Sheet: Python Machine Learning | 図 |
Choosing the right estimator, scikit-learn 0.19.2 documentation | 図 | |
Keras | Keras Cheat Sheet: Neural Networks in Python | 図 |
PySpark RDD | PySpark Cheat Sheet: Spark in Python | 図 |
PySpark SparkSQL | PySpark Cheat Sheet: Spark DataFrames in Python | 図 |
Data Visualization (データの可視化)
トピック | サイト | 図 |
---|---|---|
Matplotlib | Matplotlib Cheat Sheet: Plotting in Python | 図 |
Seaborn | Python Seaborn Cheat Sheet | 図 |
Bokeh | Python Data Visualization: Bokeh Cheat Sheet | 図 |
IDE
トピック | サイト | 図 |
---|---|---|
Jupyter Notebook | Jupyter Notebook Cheat Sheet | 図 |
番外編
トピック | サイト | 図 |
---|---|---|
Git | Git Commands and Best Practices Cheat Sheet | 図 |
2. 参考リンク
- Cheat Sheets
- Collecting Data Science Cheat Sheets
- Python For Data Science - A Cheat Sheet For Beginners
- SciPy Cheat Sheet: Linear Algebra in Python
- NumPy Cheat Sheet: Data Analysis in Python
- Pandas Cheat Sheet for Data Science in Python
- Pandas Cheat Sheet: Data Wrangling in Python
- Scikit-Learn Cheat Sheet: Python Machine Learning
- Keras Cheat Sheet: Neural Networks in Python
- PySpark Cheat Sheet: Spark in Python
- PySpark Cheat Sheet: Spark DataFrames in Python
- Matplotlib Cheat Sheet: Plotting in Python
- Python Seaborn Cheat Sheet
- Python Data Visualization: Bokeh Cheat Sheet
- Jupyter Notebook Cheat Sheet
- Importing Data in Python Cheat Sheet
- Choosing the right estimator