anl.aida.util
Class GapMinderCSVReader

java.lang.Object
  extended by anl.aida.util.GapMinderCSVReader

public class GapMinderCSVReader
extends java.lang.Object

Reads the gap minder csv data and writes it to a binary file that we can load as a data frame.


Nested Class Summary
private static class GapMinderCSVReader.Indicator
           
private static class GapMinderCSVReader.Row
           
static class GapMinderCSVReader.Value
           
 
Constructor Summary
GapMinderCSVReader()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run(java.lang.String source, java.lang.String outFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GapMinderCSVReader

public GapMinderCSVReader()
Method Detail

run

public void run(java.lang.String source,
                java.lang.String outFile)
         throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException