Skip to content

Julia package for working with (potentially large) columns of data.

License

Notifications You must be signed in to change notification settings

tpapp/FunctionalTables.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FunctionalTables

Lifecycle Build Status codecov.io

Julia package for working with (potentially large) columns of data.

Design

A table is a collection of columns, indexed by Symbols.

Columns are immutable, which allows compression and type narrowing when applicable. Columns do not support random access, just iterate.

Columns are created by collecting elements into sinks, which are then finalized. While being collected into, sinks can change representation, eg decide whether to use RLE or other compression schemes, mmap to disk for large data, etc --- these can be configured and ideally ignored by the user.

NamedTuples are used pervasively throughout the interface.

Status

Heavily experimental, API changes radically without warnings or deprecations. This primarily an experiment, the package will be registered if it works out.

About

Julia package for working with (potentially large) columns of data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages