issues
search
rgertenbach
/
JSplyr
A dplyr inspired way to manipulate data in Google Apps Script (and JS in general)
MIT License
1
stars
0
forks
source link
Google Spreadsheets Front End
#27
Closed
rgertenbach
closed
7 years ago
rgertenbach
commented
8 years ago
Adds:
TABLE_SELECT: Select fields from a table
TABLE_RENAME: Rename fields of a table
TABLE_FILTER: Filter a table using Truthy and falsy values
TABLE_UNION: Union two tables using different strategies
TABLE_JOIN: Join two table using inner, outer or cross joins
TABLE_AGG: Aggregate table based on grouping keys and user definable functions
Adds: