Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pythondatasciencehandbook | 37,503 | a month ago | 188 | mit | Jupyter Notebook | |||||
Python Data Science Handbook: full text in Jupyter Notebooks | ||||||||||
Data Science Ipython Notebooks | 23,924 | 6 months ago | 26 | other | Python | |||||
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines. | ||||||||||
30 Days Of Python | 22,810 | 7 days ago | 1 | August 12, 2022 | 189 | Python | ||||
30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. | ||||||||||
100 Days Of Ml Code | 17,892 | a year ago | 9 | mit | Jupyter Notebook | |||||
100-Days-Of-ML-Code中文版 | ||||||||||
Datasets | 15,649 | 9 | 208 | 8 hours ago | 52 | June 15, 2022 | 526 | apache-2.0 | Python | |
🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools | ||||||||||
Dask | 10,853 | 1,958 | 709 | 7 hours ago | 152 | June 24, 2022 | 916 | bsd-3-clause | Python | |
Parallel computing with task scheduling | ||||||||||
Abu | 9,650 | a month ago | 2 | gpl-3.0 | Python | |||||
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构 | ||||||||||
Mlcourse.ai | 8,670 | 13 days ago | 3 | other | Python | |||||
Open Machine Learning Course | ||||||||||
Py | 6,056 | 4 days ago | 121 | Jupyter Notebook | ||||||
Repository to store sample python programs for python learning | ||||||||||
Python_for_data_analysis_2nd_chinese_version | 5,935 | 12 hours ago | 14 | |||||||
《利用Python进行数据分析·第2版》 |
I only have one ipython/ Juptyer notebook (restaurants-file.ipynb) which can be opened via terminal using
'jupyter notebook restaurants-file.ipynb' in the same directory (please ensure this - cd if necessary) OR using Anaconda Navigator's Jupyter
Notebook'.
After that, please run all cells (in sequential order - top to bottom) and ensure the amenities (.gz) file is in the same directory.
to get the desired plots (click on cell -> run all), dataframes and other # ouputs (There are no output files expected)
pip install numpy (import numpy as np)
pip intall pandas (for import pandas as pd)
pip install seaborn (for import seaborn as sns)
pip install matplotlib (for: import matplotlib.pyplot as plt)
pip install folium (for: from folium.plugins import HeatMap ##HEATMAP (VISUALIZATIONS) and import folium #for MAPPING
pip install heatmap (just in case)