Giter Site home page Giter Site logo

sunrisers's Introduction

Sunrisers

Project Number: 02

  1. Nishanth reddy, Devi Reddy([email protected])
  2. Saikiran, Doddapaneni([email protected])
  3. Yeshwanth reddy, Anumula([email protected])

Course

44517-02

Links:

Project Introduction:

Our project is about weather in major cities of Australia, that includes temperature, wind speed, pressure, rainfall.

Data source:

  • weather data source , data is of size 13.5 mb, which is in CSV format. Data is strucutred. It has 142190 rows and 11 columns. It is updated every year. Data is reliable.

Commands

  1. To run Mapper code:
Type "python 1mapper.py" in powershell or terminal
  1. To run Reducer code:
Type "python 3reducer.py" in powershell or terminal

Big data problems

Sai Kiran Doddapaneni

  • Question 1: For each location, find avg rainfall

Solution: Mapper input:

12/1/2008 Albury 13.4 22.9 0.6 NA NA W 44 W WNW 20 24 71 22 1007.7 1007.1 8 NA 16.9 21.8 No 0 No

Mapper output:

location Rainfall
Albury 0.6

Reducer output:

location avg rainfall
Albury 1.95

chart: bar graph.

  • AvgRain

Mapper screenshot

  • mapper

Reducer screenshot

  • reducer

Yeshwanth Reddy Anumula

  • Question 2: For each location, find highest recorded MaxTemp.

Solution: Mapper input:

12/1/2008 Albury 13.4 22.9 0.6 NA NA W 44 W WNW 20 24 71 22 1007.7 1007.1 8 NA 16.9 21.8 No 0 No

Mapper output:

location MaxTemp
Albury 22.9

Reducer output:

location highest MaxTemp
Albury 44.8

chart : Bar graph

  • Max temp

Mapper screenshot

  • mapper

Reducer screenshot

  • reducer

Nishanth Reddy Devi Reddy

  • Question 3: For each location, find lowest recorded MinTemp

    Solution: Mapper input: | 12/1/2008 | Albury | 13.4 | 22.9 | 0.6 | NA | NA | W | 44 | W | WNW | 20 | 24 | 71 | 22 | 1007.7 | 1007.1 | 8 | NA | 16.9 | 21.8 | No | 0 | No | |-----------|--------|------|------|-----|----|----|---|----|---|-----|----|----|----|----|--------|--------|---|----|------|------|----|---|----|

Mapper output:

location MinTemp
Albury 13.4

Reducer output:

location lowest MinTemp
Albury -2.8

Mapper screenshot

  • mapper

Reducer screenshot

  • reducer

chart: Bargraph

  • LowestRecordedTemperature

sunrisers's People

Contributors

nishanthreddy1997 avatar saikirandd avatar yeshwanthreddy2019 avatar

Watchers

James Cloos avatar

sunrisers's Issues

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.