You are on page 1of 5

BRACT’s

Vishwakarma Institute of Information Technology, Pune

Practical Implementation Sheet

Department: IT Semester: II Academic Year: 2023-24 Practical No: 9

Class: SY(B)- B2 Roll no: 232051 PRN no: 22210528

Course: ITW-II Name of Student: Shivaji Rajendra Patil

Aim:
Pandas: Pandas is a handy and useful data-structure tool for analyzing large and complex
data. Practice DataFrame, Data Selection, Group-By, Series, Sorting, Searching, statistics.
In this exercise, we are using Automobile Dataset
(https://pynative.com/wpcontent/uploads/2019/01/Automobile_data.csv) for data
analysis. This Dataset has different characteristics of an auto such as body-style,
wheel-base, engine-type, price, mileage, horsepower, etc.

a. From the given dataset print the first and last five rows
b. Find the most expensive car company name
c. Print All Toyota Cars details
d. Count total cars per company
e. Find the average mileage of each car making company
Code:
Q1. From the given dataset print the first and last five rows

Q2. Find the most expensive car company name


Q3. Print All Toyota Cars details

Q4. Count total cars per company


Q5. Find the average mileage of each car making company

Conclusion: In this assignment we have studied the concept of Pandas library.

You might also like