(get-datatype data)
Returns the datatype keyword of data
as identified by dtype-next's
type system. If it is not a known type, it will return :object
. data
can be a column (or some type of 'reader' as defined by dtype-next) or
an individual element of data.
Returns the datatype keyword of `data` as identified by dtype-next's type system. If it is not a known type, it will return `:object`. `data` can be a column (or some type of 'reader' as defined by dtype-next) or an individual element of data.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close