Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed May 22, 2015
1 parent 6fbb86a commit a7aaf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ console.log(dl.print.summary(data));
var rollup = dl.groupby('symbol')
.summarize({'price': ['mean', 'stdev']})
.execute(data);
console.log(JSON.stringify(rollup, null, 2));
console.log(dl.print.table(rollup));

// Compute correlation measures between price and date.
console.log(
Expand Down

0 comments on commit a7aaf9c

Please sign in to comment.