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
- Seaborn API reference gives instructions for each command. To get to the Seaborn API reference, click on API at the top of the Seaborn website.
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
- Matplotlib API reference. To get to this, click on reference at the top of the Matplotlib homepage (Figure 6).
Figure 6