|
6 yıl önce | |
---|---|---|
data | 6 yıl önce | |
img | 6 yıl önce | |
solutions | 6 yıl önce | |
.gitignore | 7 yıl önce | |
01_Basic_operations.ipynb | 7 yıl önce | |
02_Data_structures.ipynb | 7 yıl önce | |
03_Docstring_errors_wrangling.ipynb | 6 yıl önce | |
04_Page_views_wrangling.ipynb | 6 yıl önce | |
README.md | 7 yıl önce | |
environment.yml | 6 yıl önce |
Materials for the pandas tutorial by @datapythonista.
Clone this repository from the terminal (Git is required):
git clone https://github.com/datapythonista/pandas-tutorials.git
Download and install Miniconda (Python 3.6):
Install environment:
cd pandas-tutorials && conda env create
Activate environment and run Jupyter:
source activate pandas-tutorial && jupyter notebook