-
-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1936 from saulpw/v2.11.1rc1
V2.11.1rc1
- Loading branch information
Showing
42 changed files
with
212 additions
and
113 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
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
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
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
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
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
File renamed without changes.
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 |
---|---|---|
@@ -1,20 +1,18 @@ | ||
sheet col row longname input keystrokes comment | ||
open-file tests/data2.tsv o | ||
open-file tests/data1.tsv o | ||
data1 jump-sheet-2 ^[2 | ||
data2 Key key-col ! | ||
data2 jump-sheet-1 ^[1 | ||
data1 Key key-col ! | ||
sheets-stack S | ||
data1 sheets-stack S | ||
sheets キdata2 select-row s | ||
sheets キdata1 select-row s | ||
sheets join-sheets extend & | ||
sheets join-selected extend & | ||
data1+data2 A freq-col F | ||
data1+data2_A_freq jump-sheet-1 ^[1 | ||
data1 dup-rows g" | ||
data1_copy A key-col ! | ||
data1_copy Key key-col ! | ||
data1_copy sheets-all S | ||
sheets_all キdata1_copy select-row s | ||
sheets_all キdata1+data2_A_freq select-row s | ||
sheets_all join-sheets extend & | ||
sheets_all join-selected extend & | ||
data1+data2_A_freq+data1_copy histogram hide-col - Hide current column |
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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Quantity.foo count percent histogram | ||
#ERR 51 100.00 ************************************************** | ||
Quantity.foo count percent | ||
#ERR 51 100.00 |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
A count percent histogram data1_copy_Key data1_copy_B | ||
a1 1 33.33 ************************************************** 1 b1 | ||
c1 1 33.33 ************************************************** 2 d1 | ||
e1 1 33.33 ************************************************** 2 f1 | ||
A count percent data1_copy_Key data1_copy_B | ||
a1 1 33.33 1 b1 | ||
c1 1 33.33 2 d1 | ||
e1 1 33.33 2 f1 |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Quantity count percent histogram | ||
2 1 1.96 * | ||
3 50 98.04 ************************************************** | ||
Quantity count percent | ||
2 1 1.96 | ||
3 50 98.04 |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Quantity count percent histogram | ||
2.00 - 30.40 26 92.86 ************************************************** | ||
30.40 - 58.80 1 3.57 * | ||
58.80 - 87.20 0 0.00 | ||
87.20 - 115.60 0 0.00 | ||
115.60 - 144.00 1 3.57 * | ||
Quantity count percent | ||
2.00 - 30.40 26 92.86 | ||
30.40 - 58.80 1 3.57 | ||
58.80 - 87.20 0 0.00 | ||
87.20 - 115.60 0 0.00 | ||
115.60 - 144.00 1 3.57 |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Quantity count percent histogram | ||
1.00 - 21.43 46 90.20 ************************************************** | ||
21.43 - 41.86 3 5.88 *** | ||
41.86 - 62.29 1 1.96 * | ||
123.57 - 144.00 1 1.96 * | ||
62.29 - 82.71 0 0.00 | ||
82.71 - 103.14 0 0.00 | ||
103.14 - 123.57 0 0.00 | ||
Quantity count percent | ||
1.00 - 21.43 46 90.20 | ||
21.43 - 41.86 3 5.88 | ||
41.86 - 62.29 1 1.96 | ||
123.57 - 144.00 1 1.96 | ||
62.29 - 82.71 0 0.00 | ||
82.71 - 103.14 0 0.00 | ||
103.14 - 123.57 0 0.00 |
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
sheet col row longname input keystrokes comment | ||
open-file sample_data/benchmark.csv o | ||
numeric_binning set-option True | ||
global numeric_binning set-option True | ||
benchmark Quantity type-int # | ||
benchmark Quantity addcol-expr Quantity > 1 = | ||
benchmark Quantity > 1 select-col-regex True | | ||
benchmark dup-selected " | ||
benchmark_selectedref Quantity freq-col F | ||
benchmark_selectedref_Quantity_freq histogram hide-col - Hide current column |
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
sheet col row longname input keystrokes comment | ||
open-file sample_data/benchmark.csv o | ||
override numeric_binning set-option True | ||
global numeric_binning set-option True | ||
benchmark Quantity type-int # | ||
benchmark Quantity freq-col F | ||
benchmark_Quantity_freq count sort-desc ] | ||
benchmark_Quantity_freq histogram hide-col - Hide current column |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
'VisiData: a curses interface for exploring and arranging tabular data' | ||
|
||
__version__ = '2.11' | ||
__version__ = '2.11,1' | ||
__version_info__ = 'VisiData v' + __version__ | ||
__author__ = 'Saul Pwanson <[email protected]>' | ||
__status__ = 'Production/Stable' | ||
|
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
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
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
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
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
Oops, something went wrong.