-
-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9f4a49
commit 80f186a
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
sheet col row longname input keystrokes comment | ||
open-file sample_data/benchmark.csv o | ||
benchmark Date type-date @ | ||
benchmark Quantity type-int # | ||
benchmark Unit type-currency $ | ||
benchmark Paid type-currency $ | ||
benchmark describe-sheet I |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
column errors nulls distinct mode min max median mean stdev | ||
Date 0 0 45 no unique mode; found 4 equally common values 2018-07-03 2018-08-31 2018-08-06 can't convert type 'date' to numerator/denominator can't convert type 'date' to numerator/denominator | ||
Customer 0 0 15 Robert Armstrong | ||
SKU 0 0 32 no unique mode; found 2 equally common values | ||
Item 0 0 38 Food, Senior Wet Cat - 3 oz | ||
Quantity 0 0 10 1 1 144 2 8.18 21.97 | ||
Unit 0 0 26 12.95 0.0 2495.99 12.95 232.94 596.19 | ||
Paid 0 0 34 51.8 -2300.0 3602.1 51.8 217.63 836.31 |