This lesson is a series of jupyter notebooks to learn the basic skills of working with python pandas.
This lesson convers basic to intermidiate topics such:
- Creating and accessing Dataframes
- Reading and writing data files
- Pandas advacned selectors
- Transformations via .map() and .apply() methods
- Schema manipulation techniques
- Aggregations and joins
- Advanced I/O: writing to Google BigQuery
For step-by-step guide please refer to our blog post.
You must have python3.7 installed on your system.
The installation script (install_jupyter.sh
) takes care of all the rest.
-
Clone the git project:
git clone https://github.com/turalabs/pandas-intro.git
-
Make sure you have python3.7 install and run the installation script:
./install_jupyter.sh
-
Follow complete step-by-step guide on our blog post.