AIML 1.4 Vishal
AIML 1.4 Vishal
Source code:
import pandas as pd
import matplotlib.pyplot as plt
plt.bar(temp["Industry"],temp["Number of employees"])
plt.xlabel("Industry")
plt.ylabel("Number of employees")
plt.show()
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING
Output:
Graph:
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING
Learning outcomes:
Data Handling: You'll learn how to efficiently load, manipulate, and process
datasets for machine learning tasks.
Presentation Skills: You'll develop the ability to present data in a clear and
visually appealing manner, which is important for conveying findings in a
machine learning project.