|
6 tahun lalu | |
---|---|---|
data | 6 tahun lalu | |
img | 6 tahun lalu | |
solutions | 6 tahun lalu | |
.gitignore | 7 tahun lalu | |
01_Basic_operations.ipynb | 7 tahun lalu | |
02_Data_structures.ipynb | 7 tahun lalu | |
03_Docstring_errors_wrangling.ipynb | 6 tahun lalu | |
04_Page_views_wrangling.ipynb | 6 tahun lalu | |
README.md | 7 tahun lalu | |
environment.yml | 6 tahun lalu |
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