AguaClara / aguaclara_tutorial

This repository is for all team members to find information and tutorials about useful tools like Python, Atom, Hydrogen, GitHub, and report writing.
https://aguaclara.github.io/aguaclara_tutorial/
3 stars 75 forks source link

Transfer Pandas tutorial from Github wiki page to Sphinx wiki site #49

Closed HannahSi closed 5 years ago

HannahSi commented 5 years ago

There is a section in the Python Packages Github wiki page for this repository that has not been included in the Sphinx-generated wiki website. We need this to be transferred over by adding it to the RST docs file that corresponds to the "Python Packages" page on the website.

This RST file is in this repository under aguaclara_tutorial/docs/source/python-and-hydrogen/python-packages.rst. The main task is to copy over the information from "Load Data from CSV Files" to "Iterating Over Rows of a DataFrame", in a way that maintains the formatting (headers, blocks of code, etc.).

HannahSi commented 5 years ago

Completed with pull request #50.