Coder Social home page Coder Social logo

weather-data-analyzing's Introduction

The Weather Project

The Weather data has some of Date/Time, Temperature C, Wind Speed, Visibility and Weather.

Using Jupyter Notebook to dig deep in the Weather Dataset. Analyzed and interpreted data from 1000+ weather data records to identify weather in each date.

Installation

Use the package manager pip or use the Conda package manager

pip install pandas
pip install matplotlib
conda install pandas
conda install matplotlib

Usage

import pandas as pd
import matplotlib.pyplot as plt

What does the Data show?

  • All the unique 'Wind Speed' values in the data.
  • No. of times when the weather was exactly 'Clear'.
  • No. of times when the wind speed was exactly 4 km/h.
  • Renaming column name from 'Weather' to 'Weather Condition'.
  • Calculating the mean of (Visibility).
  • All instances when 'Wind Speed is above 24' and 'Visibility is 25'.
  • Mean value of each column against each (Weather Condition).
  • Maximum and Minimum value of each column against 'Weather Condition'.
  • Records when the Weather Condition is fog.
  • All Instances when 'Weather is Clear' or 'Visibility is above 40'
  • All instances when: "Weather is Clear" and "Relative Hum is greater than 50" OR "Visibility is above 40"

weather-data-analyzing's People

Contributors

alaa360 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.