0% found this document useful (0 votes)
28 views

Business Analytics Using Python MBBA6021 Project Description With Data Set Links

a-project-repa-project-report-on-tea-industry-of-india by Ramachandran ort-on-tea-industry-of-india by Ramachaa-project-report-on-tea-industry-of-india by Ramachandran ndran

Uploaded by

vikas chaurasia
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Business Analytics Using Python MBBA6021 Project Description With Data Set Links

a-project-repa-project-report-on-tea-industry-of-india by Ramachandran ort-on-tea-industry-of-india by Ramachaa-project-report-on-tea-industry-of-india by Ramachandran ndran

Uploaded by

vikas chaurasia
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Assigned to Project Description Data set Links

Q:Creation of list containing the following 3 element:


-> your favorite color
-> the number of pets you have
->a boolean value describing whether you have
previous programming experience. Now, print the
following messages by accessing the appropriate
elements from my_list.Hint: Use the list indexing
notation [].
a) My favourite colour is ____. b) I have _____ no. of
Group 1 pets. c) I have previous programming experience in
case of True and I donot have previous programming
experience in case of False.d)Add your favorite single
digit number to the end of the list using the appropriate
list method and display the updated list. e)Remove the
first element of the list, using the appropriate list
method and display the updated list. f)Display the
number of elements in my_list.

Twitter Sentiment Analysis on a small number of


tweets provided here and try to find the answers to the
following questions:tweets = [
"Wow, what a great day today!! #sunshine",
"I feel bad about the climate change. #pollution",
"I'm really excited to learn Python with @
virender#galgotias",
"This is a really nice song. #arijit",
"The python programming language is useful for data
science",
"Why do bad things happen to me?",
"Apple announces the release of the new iPhone 12.
Group 2
Fans are excited.",
"I am missing my family!! #sad",
"Check out my blog post on common string
operations in Python. #zerotopandas",
"I got to know a great coding tutorials. #g4g"]
Q.1 How many tweets does the dataset contain? Q.2
Identify whether a particular tweet is happy or not?
Q.3 Determine the number of tweets in the dataset that
can be classified as happy.Q.5 Determine the number of
tweets in the dataset that can be classified as sad.Q.6
Calculate the sentiment score, which is defined as the
difference betweek the fraction of happy tweets and
the fraction of sad tweets.
Twitter Sentiment Analysis on a small number of
tweets provided here and try to find the answers to the
following questions:tweets = [
"Wow, what a great day today!! #sunshine",
"I feel bad about the climate change. #pollution",
"I'm really excited to learn Python with @
virender#galgotias",
"This is a really nice song. #arijit",
"The python programming language is useful for data
science",
Group 3 "Why do bad things happen to me?",
"Apple announces the release of the new iPhone 12.
Fans are excited.",
"I am missing my family!! #sad",
"Check out my blog post on common string
operations in Python. #zerotopandas",
"I got to know a great coding tutorials. #g4g"]
Q.1Calculate the fraction happy tweets. Q.2 Calculate
teh fraction of sad tweets.Q.3 Calculate the sentiment
score, which is defined as the difference betweek the
fraction of happy tweets and the fraction of sad tweets.
Also, plot the sentiment score using Matplotlib.
Sentence Statistics a)Write a Python program that
accepts a sentence and find the number of words,
Group 4 digits, uppercase letters and lowercase letters. b) Write
a Python program to find the string similarity between
two given strings.
Random Lottery Pick.a) Write a program to generate
100 random lottery tickets and pick two lucky tickets
from it as a winner.The lottery number must be 10
Group 5
digits long.
All 100 ticket number must be unique. b) Write a
program to

Data Analysis of Automobile Dataset provided in the


link that has different characteristics of an auto such as
body-style, wheel-base, engine-type, price, mileage,
horsepower, etc. Answer the following questions: Q.1
Group 6
From the given dataset print the first and last five rows.
Q.2 Clean the dataset(Replace all column values which
contain ?, n.a, or NaN.) and update the CSV file. Q.3 https://drive.google.com/file/d
Find the most expensive car company name. Q.4Print /1ovNUSlA_T0roB3xFW45Zz4kg
All Toyota Cars details Q.5Count total cars per company J_-X_an5/view?usp=drive_link
Data Analysis of Automobile Dataset provided in the
link that has different characteristics of an auto such as
Group 7 body-style, wheel-base, engine-type, price, mileage,
horsepower, etc. Answer the following questions: Q.1 https://drive.google.com/file/d
Find the most expensive car company name. Q.2Print /1ovNUSlA_T0roB3xFW45Zz4kg
All Toyota Cars details Q.3 Count total cars per company J_-X_an5/view?usp=drive_link

Data Analysis of Automobile Dataset provided in the


link that has different characteristics of an auto such as
Group 8 body-style, wheel-base, engine-type, price, mileage,
horsepower, etc. Answer the following questions: Q.1 https://drive.google.com/file/d
Find each company’s Higesht price car. Q.2 Find the /1ovNUSlA_T0roB3xFW45Zz4kg
average mileage of each car making company J_-X_an5/view?usp=drive_link

Data Analysis of Automobile Dataset provided in the


link that has different characteristics of an auto such as
body-style, wheel-base, engine-type, price, mileage,
horsepower, etc. Answer the following questions: Q.1
Sort all cars by Price column Q.2Concatenate two data
Group 9
frames using the following conditions
Create two data frames using the following two
dictionaries:GermanCars = {'Company': ['Ford',
'Mercedes', 'BMV', 'Audi'], 'Price': [23845, 171995,
135925 , 71400]} https://drive.google.com/file/d
japaneseCars = {'Company': ['Toyota', 'Honda', 'Nissan', /1ovNUSlA_T0roB3xFW45Zz4kg
'Mitsubishi '], 'Price': [29995, 23600, 61500 , 58900]} J_-X_an5/view?usp=drive_link

Data Visualization of a Company Sales Dat aprovided in


the link. Q.1Read Total profit of all months and show it
using a line plot.Total profit data provided for each
month. Generated line plot must include the following
properties: –X label name = Month Number and Y label
name = Total profit. Q.2Get total profit of all months
and show line plot with the following Style properties:
Group 10 Generated line plot must include following Style
properties: –
Line Style dotted and Line-color should be red
Show legend at the lower right location.
X label name = Month Number
Y label name = Sold units number https://drive.google.com/file/d
Add a circle marker. /1foVhgbQ4tZQn6Vd-
Line marker color as read RXhgmXhZwxUPXfqz/view?usp=
Line width should be 3 drive_link
Data Visualization of a Company Sales Dat aprovided in
the link. Q.1Read all product sales data and show it
using a multiline plot.Display the number of units sold
per month for each product using multiline plots. (i.e.,
Group 11
Separate Plotline for each product ). Q.2 Read https://drive.google.com/file/d
toothpaste sales data of each month and show it using a /1foVhgbQ4tZQn6Vd-
scatter plot.Also, add a grid in the plot. gridline style RXhgmXhZwxUPXfqz/view?usp=
should “–“. drive_link
Data Visualization of a Company Sales Dat aprovided in
the link. Q.1Read face cream and facewash product
sales data and show it using the bar chart.The bar chart
should display the number of units sold per month for
Group 12 each product. Add a separate bar for each product in
the same chart. Q.2 Read sales data of bathing soap of https://drive.google.com/file/d
all months and show it using a bar chart. Save this plot /1foVhgbQ4tZQn6Vd-
to your hard disk. RXhgmXhZwxUPXfqz/view?usp=
drive_link
Data Visualization of a Company Sales Dat aprovided in
the link. Q.1Read the total profit of each month and
show it using the histogram to see the most common
Group 13 profit ranges. Q.2 Calculate total sale data for last year https://drive.google.com/file/d
for each product and show it using a Pie chart.Note: In /1foVhgbQ4tZQn6Vd-
Pie chart display Number of units sold per year for each RXhgmXhZwxUPXfqz/view?usp=
product in percentage. drive_link

Data Visualization of a Company Sales Data provided in https://drive.google.com/file/d


Group 14 the link. Q.1 Read Bathing soap facewash of all months /1foVhgbQ4tZQn6Vd-
and display it using the Subplot. Q.2 Read all product RXhgmXhZwxUPXfqz/view?usp=
sales data and show it using the stack plot drive_link

Seismic Exploratory Data Analysis of Earthquake


dataset provided in the link. Q.1 Find which data is
Group 15 present in which type of data format. Q.2 Provide the
descriptive statistical measures Q.3 Use Plotly to plot https://drive.google.com/file/d
the latitude and the longitude data on the map to /1Ui05CwdvoiLBXGj2P3CWFtO1
visualize which areas are more prone to earthquakes. VibLNfXf/view?usp=drive_link

Seismic Exploratory Data Analysis of Earthquake


dataset provided in the link. Q.1 Plot and observe the
statistical distribution of magnitude of earthquakes.
Group 16
Q.2 Plot and interpret the observations that the
changes of an earthquake magnitude with respect to https://drive.google.com/file/d
month Q.3 Plot the distribution graph and confirm the /1Ui05CwdvoiLBXGj2P3CWFtO1
presence of outliers by using the boxplots. VibLNfXf/view?usp=drive_link

You might also like