0% found this document useful (0 votes)
4 views2 pages

Data Analysis and Visualization Guide

Uploaded by

forotheruse2006
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Data Analysis and Visualization Guide

Uploaded by

forotheruse2006
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Assignment-10: Getting Data off the Internet

Subject: Computer Science Workshop - 1 (CSE 2141)


Session: Sep 2025 to Jan 2026
Branch: Computer Science and Engineering (CSE)
Section: All
Course Outcome: CO6
Program Outcomes: PO1, PO2, PO3, and PO5
Learning Levels: Remembering (L1), Understanding (L2), Application (L3), Analysis (L4)

Q no. Questions Learning


Levels
Q1. Objective: L2, L3

To download real-time stock market data from the Internet, process it using Pandas
and NumPy, and visualize it using Matplotlib.

Step 1: Package Installation and Import


Step 2: Download Stock Data
Step 3: Explore the DataFrame
Step 4: Plot Closing Price of a Stock
Step 5: Plot Two Stocks on the Same Graph

Q2. Objective: L2, L3

To download or load real-world weather data, process it using Pandas and NumPy, and
visualize weather trends using Matplotlib.

Step 1: Package Installation and Import


Step 1: Download / Load Weather Data
Step 3: Explore the DataFrame
Step 4: Plot Daily Temperature Trend
Step 5: Add Title, Labels, and Legend

Q3. Objective: L3, L4

To load real-world sales data, process it using Pandas and NumPy, and visualize sales
trends using Matplotlib for analysis and comparison.

Step 1: Package Installation and Import


Step 2: Load Sales Data
Step 3: Explore the DataFrame
Step 4: Plot Sales Trend
Step 5: Identify the month with the highest sales.
Q4. Objective: L3, L4

To load real-world COVID-19 (health) data, process it using Pandas and NumPy, and
visualize health trends using Matplotlib for analysis and comparison.

Step 1: Package Installation and Import


Step 2: Load COVID-19 Data
Step 3: Explore the DataFrame
Step 4: Plot Daily Confirmed Cases
Step 5: Plot Multiple COVID-19 Parameters on the Same Graph

Q5. Objective: L3, L4

To load real-world population data, process it using Pandas and NumPy, and visualize
population trends using Matplotlib for analysis and comparison.

Step 1: Package Installation and Import


Step 2: Load Population Data
Step 3: Explore the DataFrame
Step 4: Plot Population Growth of One Region
Step 5: Compare Population Growth of Two Regions

-END-

You might also like