Session Ready
Exercise

Plot data from a DataFrame

pandas DataFrames are one of the most frequently used data structures in Python. They consist of clearly organized and labeled data, which make it easy to start exploring your data quickly. One of the best ways to explore a DataFrame is by employing the power of matplotlib. In this exercise, you'll perform a visualize exploration of bicycle crossings over the Freemont Bridge in Seattle held in the freemont_df DataFrame.

Remember that matplotlib was designed with MATLAB users in mind.

Instructions 1/2
undefined XP
  • 1

    Plot a horizontal bar plot of the average trips per day over the Freemont bridge.

    • 2

      View the bridge trips over the course of the entire day by using a line plot.