Skip to content

Base package for general data transformations in Julia

License

Notifications You must be signed in to change notification settings

JuliaML/TransformsBase.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TransformsBase.jl

This package is intended for developers of data transforms such as the maintainers of TableTransforms.jl. It defines a simple API and basic transforms that work with any type of object such as the Identity and Sequential transforms. Check dependant packages for more information.