Skip to content

Instantly share code, notes, and snippets.

# This script does the following:
# 1. Read all data
# 2. Do some basic filtering
# 3. Select a sample of the data
# 4. Write sampled data to one file
#This extraction and transformation of my DataViz project
#This is where I obtained my dataset http://archive.ics.uci.edu/ml/datasets/News+Aggregator#
#If you put the data files in the working directory the code should work
@ggionx
ggionx / 0_reuse_code.js
Created March 19, 2016 22:33
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console