Skip to content

clojuredatascience/ch5-big-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big data

Example code for chapter five, Clojure for Data Science.

Data

Data sourced from the IRS on 2012 US Zip code AGI statistics for all zip codes (12zpallagi.csv). The Statistics of Income (SOI) division bases its ZIP code data on administrative records of individual income tax returns (Forms 1040) from the Internal Revenue Service (IRS) Individual Master File (IMF) system. More information is available here.

The data can be downloaded directly from here.

Instructions

*nix and OS X

Run the following command-line script to download the data to the project's data directory:

# Downloads and unzips the data files into this project's data directory.
    
script/download-data.sh

Windows / manual instructions

  1. Download 12zpallagi.csv into this project's data directory using the link above
  2. Rename the file 12zpallagi.csv to soi.csv

Running examples

Examples can be run with:

# Replace 5.1 with the example you want to run:

lein run -e 5.1

or open an interactive REPL with:

lein repl

License

Copyright © 2015 Henry Garner

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published