Skip to content

A DataFrame that also keeps track of its unique key

License

Notifications You must be signed in to change notification settings

invenia/KeyedFrames.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyedFrames

Stable Latest CI CodeCov

A KeyedFrame is a DataFrame that also stores a vector of column names that together act as a unique key, which can be used to determine which columns to join, unique, and sort on by default.