Garima5 / CSVReaderBabyNames

A Java program developed with coursera.org to read files of baby names and extract data like most popular names in a year etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSVReaderBabyNames

PROJECT TITLE:CSV Reader for baby names

PURPOSE OF PROJECT:CSV Reader program to read baby name and retrieve data

HOW TO START THIS PROJECT:

  1. Download bluej and edu.duke library.bluej with the library can be installled from here : http://www.dukelearntoprogram.com/downloads/bluej.php?course=2

  2. Download the project

  3. In bluej run the babyNames.java

  4. Right click on the class tag to compile and run different functions and fill in the asked parameters.

  • Run the function printNames() to print all names whose total number of births >500 in the selected file

  • Run the function testTotalBirth() to get total number of births,total number of females and total number of males born in the selected year

  • Run the function getRank() to find Finds Rank in a files

  • Run the function getName() to find name on given rank

  • Run the function whatIsNameInYear() to Tell what will be the most likely name if the person was born in newYear instead of year

  • Run the function getTotalBirthsRankedHigher() to give the number of girls/boys ranked higher than the input name in the selected years

  • Run the function yearOfHighestRank() - Out of multiple files selected for years,gives the year which has highest rank for the input name

  • **Select the folder us_babynames_by_year.Chose the year.Then according to the function select one or multiple files**
5) Modify values in respective functions according to need in the source code
AUTHORS:
Garima Aggarwal
coursera.org ###USER INSTRUCTIONS:The program is made in bluej enviornment and edu.duke library has to be installed

About

A Java program developed with coursera.org to read files of baby names and extract data like most popular names in a year etc


Languages

Language:Java 100.0%