|
@@ -0,0 +1,23 @@
|
|
|
|
+pandas tutorial
|
|
|
|
+===============
|
|
|
|
+
|
|
|
|
+Materials for the pandas tutorial by @datapythonista.
|
|
|
|
+
|
|
|
|
+Installation
|
|
|
|
+------------
|
|
|
|
+
|
|
|
|
+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):
|
|
|
|
+
|
|
|
|
+- https://conda.io/miniconda.html
|
|
|
|
+
|
|
|
|
+Install environment:
|
|
|
|
+
|
|
|
|
+- `cd pandas-tutorials && conda env create`
|
|
|
|
+
|
|
|
|
+Activate environment and run Jupyter:
|
|
|
|
+
|
|
|
|
+- `source activate pandas-tutorial && jupyter notebook`
|