Liking cljdoc? Tell your friends :D

scicloj.glance.impl


all-integers?clj

(all-integers? col)

Check if all values in a column are integers.

Check if all values in a column are integers.
sourceraw docstring

axis-titleclj

(axis-title v)

Axis title prefers keyword/symbol names, else str.

Axis title prefers keyword/symbol names, else str.
sourceraw docstring

column-general-typeclj

(column-general-type col)

Returns the general type category of a column: :quantitative, :temporal, :categorical, or :identity.

Returns the general type category of a column: :quantitative, :temporal, :categorical, or :identity.
sourceraw docstring

column-summary-statsclj

(column-summary-stats col col-type)

Generate summary statistics for a column based on its type.

Generate summary statistics for a column based on its type.
sourceraw docstring

dataset*clj

(dataset* x)
source

distinct-countclj

(distinct-count col)

Count distinct non-nil values in a column.

Count distinct non-nil values in a column.
sourceraw docstring

frequencies-datasetclj

(frequencies-dataset values)

Convert values to frequency counts dataset for bar plotting.

Convert values to frequency counts dataset for bar plotting.
sourceraw docstring

heatmap-crosstabclj

(heatmap-crosstab col-a col-b col-a-name col-b-name)

Build a Plotly heatmap spec for two categorical columns.

Build a Plotly heatmap spec for two categorical columns.
sourceraw docstring

hiccup?clj

(hiccup? x)
source

kollsclj

source

plot*clj

(plot* ds)

Generate a plot using the appropriate geometry based on column types. Intelligently selects visualization based on data structure and types.

Generate a plot using the appropriate geometry based on column types.
Intelligently selects visualization based on data structure and types.
sourceraw docstring

plot-summaryclj

(plot-summary ds)

Row-based layout with each column getting a full-width row.

Row-based layout with each column getting a full-width row.
sourceraw docstring

plotlyclj

(plotly x)
source

render-categorical-barclj

(render-categorical-bar col-data)

Render bar chart for categorical data.

Render bar chart for categorical data.
sourceraw docstring

render-histogram-or-barclj

(render-histogram-or-bar col-name col-data)

Render histogram for continuous or bar for discrete/categorical data.

Render histogram for continuous or bar for discrete/categorical data.
sourceraw docstring

select-geometry-pairclj

(select-geometry-pair col-a col-b)

Select visualization geometry for a pair of columns based on their types.

Select visualization geometry for a pair of columns based on their types.
sourceraw docstring

select-geometry-singleclj

(select-geometry-single col)

Select visualization geometry for a single column based on its type.

Select visualization geometry for a single column based on its type.
sourceraw docstring

single-valueclj

(single-value x)
source

try-datasetclj

(try-dataset x)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close