1. 学习
  2. /
  3. 课程
  4. /
  5. Intermediate Data Visualization with Seaborn

Connected

练习

Comparing a histogram and displot

The pandas library supports simple plotting of data, which is very convenient when data is already likely to be in a pandas DataFrame.

Seaborn generally does more statistical analysis on data and can provide more sophisticated insight into the data. In this exercise, we will compare a pandas histogram vs the seaborn displot.

说明 1 / 共 2 个

undefined XP
    1
    2
  • Use the pandas' plot.hist() function to plot a histogram of the Award_Amount column.