-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update printing handling of meta data from tibbles and improve print …
…test structure. V2 print
- Loading branch information
Showing
27 changed files
with
451 additions
and
246 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
── Data Summary ──────────────────────── | ||
Value | ||
Name iris | ||
Number of rows 150 | ||
Number of columns 5 | ||
|
||
Column type frequency: | ||
factor 1 | ||
numeric 4 | ||
|
||
Group variables None | ||
|
||
── Variable type: factor ─────────────────────────────────────────────────────────────────────────── | ||
skim_variable missing complete n ordered n_unique top_counts | ||
1 Species 0 150 150 FALSE 3 set: 50, ver: 50, vir: 50 | ||
── Variable type: numeric ────────────────────────────────────────────────────────────────────────── | ||
skim_variable missing complete n mean sd p0 p25 p50 p75 p100 hist | ||
1 Sepal.Length 0 150 150 5.84 0.828 4.3 5.1 5.8 6.4 7.9 ▆▇▇▅▂ | ||
2 Petal.Length 0 150 150 3.76 1.77 1 1.6 4.35 5.1 6.9 ▇▁▆▇▂ | ||
3 Sepal.Width 0 150 150 3.06 0.436 2 2.8 3 3.3 4.4 ▁▆▇▂▁ | ||
4 Petal.Width 0 150 150 1.20 0.762 0.1 0.3 1.3 1.8 2.5 ▇▁▇▅▃ |
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,4 @@ | ||
# A tibble: 0 x 16 | ||
# … with 16 variables: skim_type <chr>, skim_variable <chr>, missing <int>, complete <int>, | ||
# n <int>, ordered <lgl>, n_unique <int>, top_counts <chr>, mean <dbl>, sd <dbl>, p0 <dbl>, | ||
# p25 <dbl>, p50 <dbl>, p75 <dbl>, p100 <dbl>, hist <chr> |
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,17 @@ | ||
── Data Summary ──────────────────────── | ||
Value | ||
Name iris | ||
Number of rows 150 | ||
Number of columns 5 | ||
|
||
Column type frequency: | ||
numeric 4 | ||
|
||
Group variables None | ||
|
||
── Variable type: numeric ────────────────────────────────────────────────────────────────────────── | ||
skim_variable missing complete n mean sd p0 p25 p50 p75 p100 hist | ||
1 Sepal.Length 0 150 150 5.84 0.828 4.3 5.1 5.8 6.4 7.9 ▆▇▇▅▂ | ||
2 Sepal.Width 0 150 150 3.06 0.436 2 2.8 3 3.3 4.4 ▁▆▇▂▁ | ||
3 Petal.Length 0 150 150 3.76 1.77 1 1.6 4.35 5.1 6.9 ▇▁▆▇▂ | ||
4 Petal.Width 0 150 150 1.20 0.762 0.1 0.3 1.3 1.8 2.5 ▇▁▇▅▃ |
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,9 @@ | ||
# A tibble: 5 x 15 | ||
skim_type missing complete n ordered n_unique top_counts mean sd p0 p25 p50 p75 | ||
* <chr> <int> <int> <int> <lgl> <int> <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> | ||
1 factor 0 150 150 FALSE 3 set: 50, … NA NA NA NA NA NA | ||
2 numeric 0 150 150 NA NA <NA> 5.84 0.828 4.3 5.1 5.8 6.4 | ||
3 numeric 0 150 150 NA NA <NA> 3.06 0.436 2 2.8 3 3.3 | ||
4 numeric 0 150 150 NA NA <NA> 3.76 1.77 1 1.6 4.35 5.1 | ||
5 numeric 0 150 150 NA NA <NA> 1.20 0.762 0.1 0.3 1.3 1.8 | ||
# … with 2 more variables: p100 <dbl>, hist <chr> |
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,21 @@ | ||
── Data Summary ──────────────────────── | ||
Value | ||
Name iris | ||
Number of rows 150 | ||
Number of columns 5 | ||
|
||
Column type frequency: | ||
factor 1 | ||
numeric 4 | ||
|
||
Group variables None | ||
|
||
── Variable type: factor ─────────────────────────────────────────────────────────────────────────── | ||
skim_variable missing complete n ordered n_unique top_counts | ||
1 Species 0 150 150 FALSE 3 set: 50, ver: 50, vir: 50 | ||
── Variable type: numeric ────────────────────────────────────────────────────────────────────────── | ||
skim_variable missing complete n mean sd p0 p25 p50 p75 p100 hist mean2 | ||
1 Sepal.Length 0 150 150 5.84 0.828 4.3 5.1 5.8 6.4 7.9 ▆▇▇▅▂ 34.1 | ||
2 Sepal.Width 0 150 150 3.06 0.436 2 2.8 3 3.3 4.4 ▁▆▇▂▁ 9.35 | ||
3 Petal.Length 0 150 150 3.76 1.77 1 1.6 4.35 5.1 6.9 ▇▁▆▇▂ 14.1 | ||
4 Petal.Width 0 150 150 1.20 0.762 0.1 0.3 1.3 1.8 2.5 ▇▁▇▅▃ 1.44 |
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 @@ | ||
# A tibble: 5 x 1 | ||
mean | ||
* <dbl> | ||
1 NA | ||
2 5.84 | ||
3 3.06 | ||
4 3.76 | ||
5 1.20 |
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,21 @@ | ||
── Data Summary ──────────────────────── | ||
Value | ||
Name iris | ||
Number of rows 150 | ||
Number of columns 5 | ||
|
||
Column type frequency: | ||
factor 1 | ||
numeric 4 | ||
|
||
Group variables None | ||
|
||
── Variable type: factor ─────────────────────────────────────────────────────────────────────────── | ||
skim_variable | ||
1 Species | ||
── Variable type: numeric ────────────────────────────────────────────────────────────────────────── | ||
skim_variable | ||
1 Sepal.Length | ||
2 Sepal.Width | ||
3 Petal.Length | ||
4 Petal.Width |
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,19 @@ | ||
── Data Summary ──────────────────────── | ||
Value | ||
Name iris | ||
Number of rows 150 | ||
Number of columns 5 | ||
|
||
Column type frequency: | ||
factor 1 | ||
numeric 2 | ||
|
||
Group variables None | ||
|
||
── Variable type: factor ─────────────────────────────────────────────────────────────────────────── | ||
skim_variable missing complete n ordered n_unique top_counts | ||
1 Species 0 150 150 FALSE 3 set: 50, ver: 50, vir: 50 | ||
── Variable type: numeric ────────────────────────────────────────────────────────────────────────── | ||
skim_variable missing complete n mean sd p0 p25 p50 p75 p100 hist | ||
1 Sepal.Length 0 150 150 5.84 0.828 4.3 5.1 5.8 6.4 7.9 ▆▇▇▅▂ | ||
2 Sepal.Width 0 150 150 3.06 0.436 2 2.8 3 3.3 4.4 ▁▆▇▂▁ |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
── Data Summary ──────────────────────── | ||
Value | ||
Name iris | ||
Number of rows 150 | ||
Number of columns 5 | ||
|
||
Column type frequency: | ||
factor 1 | ||
numeric 4 | ||
|
||
Group variables None | ||
|
||
── Variable type: factor ─────────────────────────────────────────────────────────────────────────── | ||
skim_variable missing complete n ordered n_unique top_counts | ||
1 Species 0 150 150 FALSE 3 set: 50, ver: 50, vir: 50 | ||
── Variable type: numeric ────────────────────────────────────────────────────────────────────────── | ||
skim_variable missing complete n mean sd p0 p25 p50 p75 p100 hist | ||
1 Sepal.Length 0 150 150 5.84 0.828 4.3 5.1 5.8 6.4 7.9 ▆▇▇▅▂ | ||
2 Sepal.Width 0 150 150 3.06 0.436 2 2.8 3 3.3 4.4 ▁▆▇▂▁ | ||
3 Petal.Length 0 150 150 3.76 1.77 1 1.6 4.35 5.1 6.9 ▇▁▆▇▂ | ||
4 Petal.Width 0 150 150 1.20 0.762 0.1 0.3 1.3 1.8 2.5 ▇▁▇▅▃ |
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 @@ | ||
# A tibble: 5 x 1 | ||
mean | ||
* <dbl> | ||
1 NA | ||
2 5.84 | ||
3 3.06 | ||
4 3.76 | ||
5 1.20 |
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,21 @@ | ||
── Data Summary ──────────────────────── | ||
Value | ||
Name iris | ||
Number of rows 150 | ||
Number of columns 5 | ||
|
||
Column type frequency: | ||
factor 1 | ||
numeric 4 | ||
|
||
Group variables None | ||
|
||
── Variable type: factor ─────────────────────────────────────────────────────────────────────────── | ||
skim_variable missing | ||
1 Species 0 | ||
── Variable type: numeric ────────────────────────────────────────────────────────────────────────── | ||
skim_variable missing | ||
1 Sepal.Length 0 | ||
2 Sepal.Width 0 | ||
3 Petal.Length 0 | ||
4 Petal.Width 0 |
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,26 @@ | ||
── Data Summary ──────────────────────── | ||
Value | ||
Name dplyr::group_by(iris, Spe... | ||
Number of rows 150 | ||
Number of columns 5 | ||
|
||
Column type frequency: | ||
numeric 4 | ||
|
||
Group variables Species | ||
|
||
── Variable type: numeric ────────────────────────────────────────────────────────────────────────── | ||
skim_variable Species missing complete n mean sd p0 p25 p50 p75 p100 hist | ||
* <chr> <fct> <int> <int> <int> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <chr> | ||
1 Sepal.Length setosa 0 50 50 5.01 0.352 4.3 4.8 5 5.2 5.8 ▃▃▇▅▁ | ||
2 Sepal.Length versicolor 0 50 50 5.94 0.516 4.9 5.6 5.9 6.3 7 ▂▇▆▃▃ | ||
3 Sepal.Length virginica 0 50 50 6.59 0.636 4.9 6.22 6.5 6.9 7.9 ▁▃▇▃▂ | ||
4 Sepal.Width setosa 0 50 50 3.43 0.379 2.3 3.2 3.4 3.68 4.4 ▁▃▇▅▂ | ||
5 Sepal.Width versicolor 0 50 50 2.77 0.314 2 2.52 2.8 3 3.4 ▁▅▆▇▂ | ||
6 Sepal.Width virginica 0 50 50 2.97 0.322 2.2 2.8 3 3.18 3.8 ▂▆▇▅▁ | ||
7 Petal.Length setosa 0 50 50 1.46 0.174 1 1.4 1.5 1.58 1.9 ▁▃▇▃▁ | ||
8 Petal.Length versicolor 0 50 50 4.26 0.470 3 4 4.35 4.6 5.1 ▂▂▇▇▆ | ||
9 Petal.Length virginica 0 50 50 5.55 0.552 4.5 5.1 5.55 5.88 6.9 ▃▇▇▃▂ | ||
10 Petal.Width setosa 0 50 50 0.246 0.105 0.1 0.2 0.2 0.3 0.6 ▇▂▂▁▁ | ||
11 Petal.Width versicolor 0 50 50 1.33 0.198 1 1.2 1.3 1.5 1.8 ▅▇▃▆▁ | ||
12 Petal.Width virginica 0 50 50 2.03 0.275 1.4 1.8 2 2.3 2.5 ▂▇▆▅▇ |
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,20 @@ | ||
|
||
|
||
|
||
**Variable type: factor** | ||
|
||
|skim_variable | missing| complete| n|ordered | n_unique|top_counts | | ||
|:-------------|-------:|--------:|---:|:-------|--------:|:-------------------------| | ||
|Species | 0| 150| 150|FALSE | 3|set: 50, ver: 50, vir: 50 | | ||
|
||
|
||
**Variable type: numeric** | ||
|
||
|skim_variable | missing| complete| n| mean| sd| p0| p25| p50| p75| p100|hist | | ||
|:-------------|-------:|--------:|---:|----:|----:|---:|---:|----:|---:|----:|:-----| | ||
|Sepal.Length | 0| 150| 150| 5.84| 0.83| 4.3| 5.1| 5.80| 6.4| 7.9|▆▇▇▅▂ | | ||
|Sepal.Width | 0| 150| 150| 3.06| 0.44| 2.0| 2.8| 3.00| 3.3| 4.4|▁▆▇▂▁ | | ||
|Petal.Length | 0| 150| 150| 3.76| 1.77| 1.0| 1.6| 4.35| 5.1| 6.9|▇▁▆▇▂ | | ||
|Petal.Width | 0| 150| 150| 1.20| 0.76| 0.1| 0.3| 1.30| 1.8| 2.5|▇▁▇▅▃ | | ||
|
||
|
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,12 @@ | ||
| | | | ||
|:----------------------|:----| | ||
|Name |iris | | ||
|Number of rows |150 | | ||
|Number of columns |5 | | ||
| | | | ||
|Column type frequency: | | | ||
|factor |1 | | ||
|numeric |4 | | ||
| | | | ||
|Group variables |None | | ||
| | | |
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,20 @@ | ||
|
||
|
||
|
||
**Variable type: factor** | ||
|
||
|skim_variable | missing| complete| n|ordered | n_unique|top_counts | | ||
|:-------------|-------:|--------:|---:|:-------|--------:|:-------------------------| | ||
|Species | 0| 150| 150|FALSE | 3|set: 50, ver: 50, vir: 50 | | ||
|
||
|
||
**Variable type: numeric** | ||
|
||
|skim_variable | missing| complete| n| mean| sd| p0| p25| p50| p75| p100|hist | | ||
|:-------------|-------:|--------:|---:|----:|----:|---:|---:|----:|---:|----:|:-----| | ||
|Sepal.Length | 0| 150| 150| 5.84| 0.83| 4.3| 5.1| 5.80| 6.4| 7.9|▆▇▇▅▂ | | ||
|Sepal.Width | 0| 150| 150| 3.06| 0.44| 2.0| 2.8| 3.00| 3.3| 4.4|▁▆▇▂▁ | | ||
|Petal.Length | 0| 150| 150| 3.76| 1.77| 1.0| 1.6| 4.35| 5.1| 6.9|▇▁▆▇▂ | | ||
|Petal.Width | 0| 150| 150| 1.20| 0.76| 0.1| 0.3| 1.30| 1.8| 2.5|▇▁▇▅▃ | | ||
|
||
|
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,10 @@ | ||
|
||
|
||
**Variable type: factor** | ||
|
||
|skim_variable | missing| complete| n|ordered | n_unique|top_counts | | ||
|:-------------|-------:|--------:|---:|:-------|--------:|:-------------------------| | ||
|Species | 0| 150| 150|FALSE | 3|set: 50, ver: 50, vir: 50 | | ||
|
||
|
||
|
Oops, something went wrong.