Related to "Tables"
array package
The array
package provides functions for manipulating array and building tables from arrays.
array package
The array
package provides functions for manipulating arrays and for building tables from Flux arrays.
array.concat() function
array.concat()
appends two arrays and returns a new array.
array.filter() function
array.filter()
iterates over an array, evaluates each element with a predicate function, and then returns a new array with only elements that match the predicate.
array.map() function
array.map()
iterates over an array, applies a function to each element to produce a new element, and then returns a new array.
array.concat() function
array.concat()
appends two arrays and returns a new array.
array.filter() function
array.filter()
iterates over an array, evaluates each element with a predicate function, and then returns a new array with only elements that match the predicate.
array.from() function
array.from()
constructs a table from an array of records.
array.map() function
array.map()
iterates over an array, applies a function to each element to produce a new element, and then returns a new array.