pmagtulis / practice-notebooks

Compilation of my coding practice notebooks tackling different stuff from simple Python to scraping and pandas.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

practice-notebooks

Compilation of my coding practice notebooks tackling different stuff from simple Python to scraping and pandas.

What's in it?

Each directory contains notebooks and source files used for my practice coding using Jupyter Notebook.

Topics covered in each:

Directory Topics
API Going through website's API and getting select information. We use Pokemon API and Weather API for this one
camelot Parsed through the Philippine Department of Health's annual health statistics report and select few tables to transform and process into data frame.
pandas A number of notebooks all about pandas (i.e. reading through files, using datetimes, cleaning and plotting data, etc.)
scraping Selenium practice

Contact

Prinz Magtulis, ppm2130@columbia.edu

Comments and suggestions are always welcome! All rights reserved.

About

Compilation of my coding practice notebooks tackling different stuff from simple Python to scraping and pandas.


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%