(* ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/* to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/* to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(+ ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/+ to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/+ to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(- ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/- to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/- to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(/ ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators// to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators// to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(< ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/< to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 3 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/< to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 3 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(<= ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/<= to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 3 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/<= to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 3 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(> ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/> to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 3 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/> to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 3 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(>= ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/>= to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 3 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/>= to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 3 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(abs ds target-col columns-selector)
(abs ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/abs to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/abs to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(acos ds target-col columns-selector)
(acos ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/acos to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/acos to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(and ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/and to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 2 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/and to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 2 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(asin ds target-col columns-selector)
(asin ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/asin to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/asin to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(atan ds target-col columns-selector)
(atan ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/atan to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/atan to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(atan2 ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/atan2 to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/atan2 to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(bit-and ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/bit-and to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/bit-and to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(bit-and-not ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/bit-and-not to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/bit-and-not to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(bit-clear ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/bit-clear to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/bit-clear to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(bit-flip ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/bit-flip to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/bit-flip to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(bit-not ds target-col columns-selector)
(bit-not ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/bit-not to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/bit-not to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(bit-or ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/bit-or to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/bit-or to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(bit-set ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/bit-set to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/bit-set to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(bit-shift-left ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/bit-shift-left to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/bit-shift-left to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(bit-shift-right ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/bit-shift-right to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/bit-shift-right to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(bit-xor ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/bit-xor to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/bit-xor to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(cbrt ds target-col columns-selector)
(cbrt ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/cbrt to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/cbrt to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(ceil ds target-col columns-selector)
(ceil ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/ceil to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/ceil to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(cos ds target-col columns-selector)
(cos ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/cos to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/cos to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(cosh ds target-col columns-selector)
(cosh ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/cosh to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/cosh to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(cummax ds target-col columns-selector)
(cummax ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/cummax to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/cummax to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(cummin ds target-col columns-selector)
(cummin ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/cummin to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/cummin to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(cumprod ds target-col columns-selector)
(cumprod ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/cumprod to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/cumprod to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(cumsum ds target-col columns-selector)
(cumsum ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/cumsum to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/cumsum to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(distance ds columns-selector)
Applies the operation tablecloth.column.api.operators/distance to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 2 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/distance to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 2 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(distance-squared ds columns-selector)
Applies the operation tablecloth.column.api.operators/distance-squared to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 2 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/distance-squared to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 2 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(dot-product ds columns-selector)
Applies the operation tablecloth.column.api.operators/dot-product to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 2 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/dot-product to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 2 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(eq ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/eq to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 2 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/eq to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 2 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(even? ds target-col columns-selector)
(even? ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/even? to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/even? to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(exp ds target-col columns-selector)
(exp ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/exp to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/exp to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(expm1 ds target-col columns-selector)
(expm1 ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/expm1 to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/expm1 to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(finite? ds target-col columns-selector)
(finite? ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/finite? to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/finite? to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(floor ds target-col columns-selector)
(floor ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/floor to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/floor to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(get-significand ds target-col columns-selector)
(get-significand ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/get-significand to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/get-significand to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(hypot ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/hypot to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/hypot to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(identity ds target-col columns-selector)
(identity ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/identity to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/identity to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(ieee-remainder ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/ieee-remainder to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/ieee-remainder to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(infinite? ds target-col columns-selector)
(infinite? ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/infinite? to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/infinite? to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(kurtosis ds columns-selector)
(kurtosis ds columns-selector options)
Applies the operation tablecloth.column.api.operators/kurtosis to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/kurtosis to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(log ds target-col columns-selector)
(log ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/log to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/log to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(log10 ds target-col columns-selector)
(log10 ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/log10 to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/log10 to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(log1p ds target-col columns-selector)
(log1p ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/log1p to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/log1p to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(logistic ds target-col columns-selector)
(logistic ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/logistic to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/logistic to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(magnitude ds columns-selector)
Applies the operation tablecloth.column.api.operators/magnitude to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/magnitude to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(magnitude-squared ds columns-selector)
Applies the operation tablecloth.column.api.operators/magnitude-squared to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/magnitude-squared to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(mathematical-integer? ds target-col columns-selector)
(mathematical-integer? ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/mathematical-integer? to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/mathematical-integer? to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(max ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/max to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/max to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(mean ds columns-selector)
(mean ds columns-selector options)
Applies the operation tablecloth.column.api.operators/mean to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/mean to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(mean-fast ds columns-selector)
Applies the operation tablecloth.column.api.operators/mean-fast to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/mean-fast to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(median ds columns-selector)
(median ds columns-selector options)
Applies the operation tablecloth.column.api.operators/median to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/median to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(min ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/min to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/min to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(nan? ds target-col columns-selector)
(nan? ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/nan? to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/nan? to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(neg? ds target-col columns-selector)
(neg? ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/neg? to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/neg? to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(next-down ds target-col columns-selector)
(next-down ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/next-down to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/next-down to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(next-up ds target-col columns-selector)
(next-up ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/next-up to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/next-up to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(normalize ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/normalize to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/normalize to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(not ds target-col columns-selector)
(not ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/not to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/not to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(not-eq ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/not-eq to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 2 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/not-eq to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 2 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(odd? ds target-col columns-selector)
(odd? ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/odd? to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/odd? to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(or ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/or to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 2 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/or to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 2 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(percentiles ds target-col columns-selector percentages)
(percentiles ds target-col columns-selector percentages options)
Applies the operation tablecloth.column.api.operators/percentiles to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/percentiles to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(pos? ds target-col columns-selector)
(pos? ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/pos? to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/pos? to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(pow ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/pow to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/pow to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(quartile-1 ds columns-selector)
(quartile-1 ds columns-selector options)
Applies the operation tablecloth.column.api.operators/quartile-1 to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/quartile-1 to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(quartile-3 ds columns-selector)
(quartile-3 ds columns-selector options)
Applies the operation tablecloth.column.api.operators/quartile-3 to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/quartile-3 to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(quot ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/quot to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/quot to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(reduce-* ds columns-selector)
Applies the operation tablecloth.column.api.operators/reduce-* to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/reduce-* to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(reduce-+ ds columns-selector)
Applies the operation tablecloth.column.api.operators/reduce-+ to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/reduce-+ to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(reduce-max ds columns-selector)
Applies the operation tablecloth.column.api.operators/reduce-max to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/reduce-max to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(reduce-min ds columns-selector)
Applies the operation tablecloth.column.api.operators/reduce-min to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/reduce-min to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(rem ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/rem to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/rem to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(rint ds target-col columns-selector)
(rint ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/rint to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/rint to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(round ds target-col columns-selector)
(round ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/round to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/round to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(shift ds target-col columns-selector n)
Applies the operation tablecloth.column.api.operators/shift to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/shift to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(signum ds target-col columns-selector)
(signum ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/signum to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/signum to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(sin ds target-col columns-selector)
(sin ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/sin to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/sin to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(sinh ds target-col columns-selector)
(sinh ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/sinh to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/sinh to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(skew ds columns-selector)
(skew ds columns-selector options)
Applies the operation tablecloth.column.api.operators/skew to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/skew to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(sq ds target-col columns-selector)
(sq ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/sq to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/sq to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(sqrt ds target-col columns-selector)
(sqrt ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/sqrt to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/sqrt to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(sum ds columns-selector)
(sum ds columns-selector options)
Applies the operation tablecloth.column.api.operators/sum to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/sum to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(sum-fast ds columns-selector)
Applies the operation tablecloth.column.api.operators/sum-fast to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/sum-fast to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(tan ds target-col columns-selector)
(tan ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/tan to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/tan to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(tanh ds target-col columns-selector)
(tanh ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/tanh to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/tanh to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(to-degrees ds target-col columns-selector)
(to-degrees ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/to-degrees to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/to-degrees to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(to-radians ds target-col columns-selector)
(to-radians ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/to-radians to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/to-radians to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(ulp ds target-col columns-selector)
(ulp ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/ulp to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/ulp to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(unsigned-bit-shift-right ds target-col columns-selector)
Applies the operation tablecloth.column.api.operators/unsigned-bit-shift-right to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. null
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/unsigned-bit-shift-right to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. null `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(variance ds columns-selector)
(variance ds columns-selector options)
Applies the operation tablecloth.column.api.operators/variance to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/variance to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
(zero? ds target-col columns-selector)
(zero? ds target-col columns-selector options)
Applies the operation tablecloth.column.api.operators/zero? to the columns selected by
columns-selector
and returns a new ds with the the result in
target-col
. This operation takes a maximum of 1 columns, so
columns-selector
can yield no more than that many columns.
`columns-selector can be:
Applies the operation tablecloth.column.api.operators/zero? to the columns selected by `columns-selector` and returns a new ds with the the result in `target-col`. This operation takes a maximum of 1 columns, so `columns-selector` can yield no more than that many columns. `columns-selector can be: - name - sequence of names - map of names with new names (rename) - function which filter names (via column metadata)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close