GEN220_2020

2020 Edition of the Class


Project maintained by biodataprog Hosted on GitHub Pages — Theme by mattgraham

Pandas package

A powerful tool for processing columnar data is built into the pandas package.

Install

To install on conda in the previous setup gen220 conda environment.

source activate gen220
conda install pandas matplotlib

Test some pandas code

import pandas as pd