Create a hexbin plot of the price (x-axis) versus the points (y axis) for all wines. Properly label the plot. appropriate comments throughout, and proof you ran the code, in this case in a Word or pdf document.

Using the pandas library, load the file winemag-data_first150k.csv into a pandas data frame. Please have the data file in the same directory as your Python file, and you should not have any path information in your filename when you load the file. Plot a histogram of the points distribution for US wines. Properly label the plot. Create a hexbin plot of the price (x-axis) versus the points (y axis) for all wines. Properly label the plot. appropriate comments throughout, and proof you ran the code, in this case in a Word or pdf document.