Skip to content

Finding help

The document provides useful links where participants can find help for the Python packages that were addressed during the course series.

Pandas - package for working with tabular data

  • Pandas API reference gives instructions for each command. To get to the API reference, either

    • Navigate to the the Documentation section at the Pandas homepage and click on API reference (Figure 1).
    • OR, click on the the Documentation tab at the top of the Pandas homepage and click on the tile labeled API reference in the subsequent page (Figure 2).

Figure 1

Figure 2

Seaborn for data visualization

Figure 3

Numpy for scientific computing

  • Numpy API reference. To get to this, select Documentation at the top of the Numpy homepage (Figure 4) and then click on either of the links to the API reference (Figure 5).

Figure 4

Figure 5

Matplotlib for data visualization

Figure 6