summarise-datatable
Last updated
summarise-datatable adaptor summarises information about specified columns in a datatable.
data
Type: datatable
Required: Yes
The datatable to be summarised.
columns
Type: list
Required: No
A list of columns to be summarised. If unspecified, all columns will be summarised.
summary
Type: datatable
A datatable containing summarised information about each column.
data:
1
GB
United Kingdom
2
TR
Turkey
3
US
United States
4
IND
India
5
IND
India
6
us
United States
columns: null(empty)
summary:
id
number
0.0%(0)
6
3.5
code
string
0.0%(0)
5
name
string
0.0%(0)
4
-> Summarised information about the entire datatable.
Last updated