Posts

Exploratory-data-analysis

Image
What is Exploratory Data Analysis? Technique to understand various aspects of the data what is the objective of EDA? Identyfy faulty point in data realtionship between variables steps Understand the data clean the data Analysis the relation ship between  EDA Example

Wikipedia Search Application

Image
Built a Wikipedia Search application in Python using GUI. Project is devide into 3 parts 1.Import module 2.Define Function 3.GUI Language used:-Python Source code

Digit recognition

Digit recognition

Meterological Data Analysis

Metrological data Analysis Our goal is to transform the raw data into information and then convert that information into knowledge. We will be performing some basic tasks to perform our analysis such as -Data cleaning -Data normalizing -Testing the hypothesis The Null Hypothesis H0 is “Has the Apparent temperature and humidity compared monthly across 10 years of the data indicate an increase due to Global warming” The H0means we need to find whether the average Apparent temperature for the month of a month say April starting from 2006 to 2016 and the average humidity for the same period have increased or not. This monthly analysis has to be done for all 12 months over the 10 year period. So you are basically resampling your data from hourly to monthly, then comparing the same month over the 10 year period. ##The first thing we’ll need to do is load in the libraries and dataset we’ll be using. The first thing to do when you get a new dataset takes a look at some of it. This lets you see