Skip to content

Commit

Permalink
Merge pull request #5 from danielecook/development
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
danielecook authored Oct 1, 2019
2 parents 9dcec48 + 9126f63 commit b876e86
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ __Stacked df1.tsv df2.tsv__
You can also attach the basename of the file it came from to keep track of
where data is coming from.

| brand | model | mpg | basename | car | color | basename |
|:--------|:--------|------:|:-----------|:------|:--------|:-----------|
| tesla | 3 | 0 | | | | df1.tsv |
| toyota | previa | 15 | | | | df1.tsv |
| | | 20 | | ford | red | df2.tsv |
| | | 15 | | chevy | blue | df2.tsv |
| brand | model | mpg | car | color | basename |
|:--------|:--------|------:|:------|:--------|:-----------|
| tesla | 3 | 0 | | | df1.tsv |
| toyota | previa | 15 | | | df1.tsv |
| | | 20 | ford | red | df2.tsv |
| | | 15 | chevy | blue | df2.tsv |

I frequently use this tool to combine datasets of separate samples for comparison.

Expand Down Expand Up @@ -80,6 +80,7 @@ tut select mpg,cyl tests/data/df1.tsv
| 22.8 | 4 |
| ... | ... |


## Global Options

### Row Numbers
Expand Down

0 comments on commit b876e86

Please sign in to comment.