You are given a dataset containing student records for a university.
Perform Exploratory
Data Analysis (EDA) to understand student performance patterns, identify factors
a ecting academic results, and detect any inconsistencies or missing values in the
dataset.
You are provided with hospital patient data including demographics and treatment
details. Conduct EDA to analyze patient trends, determine key factors influencing
recovery rates, and identify data quality issues that must be resolved.
You are working with a dataset of employee details in an organization. Perform EDA to
study employee behavior, identify factors a ecting productivity or attrition, and
highlight any anomalies or incomplete data.
You are given a dataset related to online course enrollments. Use EDA to explore learner
engagement, identify key factors influencing course completion rates, and detect errors
or missing entries in the dataset.
You are provided with transportation data including trip details and passenger
information. Perform EDA to analyze travel patterns, identify factors impacting demand,
and uncover inconsistencies in the dataset.
You are working with a dataset containing social media user activity. Conduct EDA to
understand user behavior trends, identify factors influencing engagement, and detect
duplicate or missing records.
You are given a dataset of banking transactions and customer details. Perform EDA to
explore spending behavior, identify factors a ecting customer retention, and highlight
any anomalies or data quality issues before further analysis.
You are assigned to gather relevant information from an online source, such as course
details, student feedback, or event listings. Once the data is collected, organize it into a
structured DataFrame, clean and preprocess the dataset as required, and perform
analysis to derive insights and address given queries.
You are assigned to collect information from an educational website, such as course
names, fees, and ratings. After gathering the data, organize it into a DataFrame, clean
the dataset, and analyze it to answer specific academic-related questions.
You are required to extract data from a real estate website, including property prices,
locations, and features. Structure the collected data into a DataFrame, perform
necessary preprocessing, and analyze it to address given queries.
You are tasked with gathering job-related data from an online job portal, such as job
titles, salaries, and company names. Convert the data into a DataFrame, clean
inconsistencies, and analyze it to answer predefined questions.
You need to scrape information from a travel website, including hotel prices, ratings,
and locations. Organize the data into a DataFrame, handle missing or incorrect values,
and perform analysis to derive insights.
You are assigned to extract product details from an e-commerce platform, such as
product names, discounts, and customer reviews. Structure the data into a DataFrame,
clean it, and analyze it to answer business-related questions.
You are required to collect event details from a public events website, such as event
names, dates, and venues. Convert the data into a DataFrame, preprocess it, and
analyze it to respond to given queries.
You are tasked with extracting data from a news website, such as headlines, categories,
and publication dates. Organize the data into a DataFrame, clean it if necessary, and
analyze it to answer specific analytical questions.
An e-commerce company wants to identify fake or suspicious orders using past
transaction data. Analyze the dataset to uncover unusual purchasing patterns, create
features like order frequency, purchase value, and delivery location, and apply anomaly
detection methods to flag suspicious activities.
A telecom provider aims to detect fraudulent SIM usage based on historical call
records. Explore the dataset to identify abnormal calling patterns, engineer features
such as call duration, frequency, and location, and use anomaly detection techniques
to highlight suspicious users.
An insurance company seeks to identify fraudulent claims using historical claim data.
Perform data exploration to detect irregular claim patterns, create features like claim
amount, claim frequency, and claim location, and apply anomaly detection to flag
potential fraud cases.
A credit card company wants to detect unauthorized transactions. Analyze historical
transaction data to identify anomalies, generate features such as transaction timing,
amount, and location, and implement anomaly detection techniques to identify
suspicious transactions.
A mobile payment platform aims to prevent fraudulent wallet transactions. Explore
transaction data to find unusual activity patterns, develop features like transaction
count, amount variability, and geographic usage, and apply anomaly detection models
to flag risky transactions.