All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
adjust-frequency
function now returns a grouped dataset by
default. This seems like the more common usage.adjust-frequency
now has an option rename-index-to
to change
the column-name. E.g. (adjust-frequency dataset converters/->years-end {:rename-index-to :year})
.adjust-interval
to adjust-frequency
. This function now
returns an ungrouped dataset by default. This behavior can be
overriden by specifying the ungrouped?
option
(PR).get-index-column-or-error
function that is used
internally by functions that need to fetch the index. This
function replaced a series of other helper functions, i.e. this
simplifies the internal API for working with the index.validatable
abstraction added by @daslu to set the
index column on a dataset when we call index-by
. Validatable
makes it possible to check if the index has become invalid because
the column data has changed in some way that invalidates the
column.string->time
method will try to parse a string to the correct
time object. Currently, it expects the same default string formats
that each java.time object's parse
method expects.convert-to
method that can convert one time to another.slice
now uses tech.ml.dataset's new index-structure (PR)tablecloth.time.index
namespace - not needed anymoreCan you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close