Using Python Libraries: Pandas

Key Points

Libraries
  • Most of the power of a programming language is in its libraries.

  • A program must import a library module in order to use it.

  • Use help to learn about the contents of a library module.

  • Import specific items from a library to shorten programs.

  • Create an alias for a library when importing it to shorten programs.

Pandas Dataframes
Indexing, Slicing and Subsetting DataFrames in Python
Data Types and Formats
  • FIXME

FIXME: more reference material.

Glossary

FIXME: glossary.