Liking cljdoc? Tell your friends :D

tablecloth.api.operators


*clj

(* 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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

+clj

(+ 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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

-clj

(- 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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

/clj

(/ 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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

<clj

(< 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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

<=clj

(<= 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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

>clj

(> 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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

>=clj

(>= 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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

absclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

acosclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

andclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

asinclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

atanclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

atan2clj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

bit-andclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

bit-and-notclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

bit-clearclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

bit-flipclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

bit-notclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

bit-orclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

bit-setclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

bit-shift-leftclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

bit-shift-rightclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

bit-xorclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

cbrtclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

ceilclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

cosclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

coshclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

cummaxclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

cumminclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

cumprodclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

cumsumclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

distanceclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

distance-squaredclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

dot-productclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

eqclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

even?clj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

expclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

expm1clj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

finite?clj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

floorclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

get-significandclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

hypotclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

identityclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

ieee-remainderclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

infinite?clj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

kurtosisclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

logclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

log10clj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

log1pclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

logisticclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

magnitudeclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

magnitude-squaredclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

mathematical-integer?clj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

maxclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

meanclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

mean-fastclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

medianclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

minclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

nan?clj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

neg?clj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

next-downclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

next-upclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

normalizeclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

notclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

not-eqclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

odd?clj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

orclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

percentilesclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

pos?clj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

powclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

quartile-1clj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

quartile-3clj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

quotclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

reduce-*clj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

reduce-+clj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

reduce-maxclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

reduce-minclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

remclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

rintclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

roundclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

shiftclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

signumclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

sinclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

sinhclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

skewclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

sqclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

sqrtclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

sumclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

sum-fastclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

tanclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

tanhclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

to-degreesclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

to-radiansclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

ulpclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

unsigned-bit-shift-rightclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

varianceclj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

zero?clj

(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:

  • name
  • sequence of names
  • map of names with new names (rename)
  • function which filter names (via column metadata)
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)
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close