|
|
пре 7 година | |
|---|---|---|
| data | пре 7 година | |
| img | пре 7 година | |
| solutions | пре 7 година | |
| .gitignore | пре 7 година | |
| 01_Basic_operations.ipynb | пре 7 година | |
| 02_Data_structures.ipynb | пре 7 година | |
| README.md | пре 7 година | |
| environment.yml | пре 7 година |
Materials for the pandas tutorial by @datapythonista.
Clone this repository from the terminal (Git is required):
git clone https://github.com/datapythonista/pandas-tutorials.gitDownload and install Miniconda (Python 3.6):
Install environment:
cd pandas-tutorials && conda env createActivate environment and run Jupyter:
source activate pandas-tutorial && jupyter notebook