Exercise 2

  1. What is the main difference between a bar chart and a histogram?
  2. Which Python function is used to load a CSV file into a Pandas DataFrame?
  3. Write a Python command to create a scatter plot using Seaborn.
  4. Write a Python script to create a histogram using Seaborn.
  5. How would you create a correlation heatmap in Python using Seaborn?