|
пре 6 година | |
---|---|---|
data | пре 6 година | |
img | пре 6 година | |
solutions | пре 6 година | |
.gitignore | пре 7 година | |
01_Basic_operations.ipynb | пре 7 година | |
02_Data_structures.ipynb | пре 7 година | |
03_Docstring_errors_wrangling.ipynb | пре 6 година | |
04_Page_views_wrangling.ipynb | пре 6 година | |
05_Page_views_eda.ipynb | пре 6 година | |
README.md | пре 7 година | |
environment.yml | пре 6 година |
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