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

Python Project

This project involves performing basic data analysis on daily temperature readings using only Python. Key tasks include data loading, cleaning, exploratory data analysis, trend analysis, and statistical analysis, all without external libraries for visualization. The project concludes with a summary of findings and requires the use of POWER BI for charting conclusions.

Uploaded by

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

Python Project

This project involves performing basic data analysis on daily temperature readings using only Python. Key tasks include data loading, cleaning, exploratory data analysis, trend analysis, and statistical analysis, all without external libraries for visualization. The project concludes with a summary of findings and requires the use of POWER BI for charting conclusions.

Uploaded by

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

Python Project

Date of Submission : 16/4/2024

Title: Basic Data Analysis of Daily Temperature (Using Only Python)


Project Description:

In this project, you'll perform basic data analysis on a dataset containing daily
temperature readings for a specific location. You'll use only Python without
relying on any external libraries for data visualization.

Project Tasks:

 Data Loading: Load the dataset into Python. You can use Python's built-
in file handling methods to read a CSV file or any other format
containing temperature data.
 Data Cleaning: Check for and handle any missing or inconsistent data.
This might involve removing rows with missing values or filling them
with appropriate values.

 Exploratory Data Analysis (EDA): Use Python's basic data


manipulation techniques to explore the dataset. Calculate summary
statistics such as mean, median, minimum, and maximum temperatures.

 Temperature Trend Analysis: Plot the temperature readings against


dates without using any external libraries for visualization. You can
create a simple text-based representation of the data or use basic ASCII
art to visualize trends.

 Statistical Analysis: Calculate additional statistics, such as standard


deviation or variance, using basic Python arithmetic operations.

 Conclusion: Summarize your findings from the data analysis. Draw


conclusions about the temperature trends observed in the dataset and
you have to draw charts using POWER BI for showing your conclusions.

You might also like