Skip to content

awterman/dataframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataframe

GoDoc  Go Report Card

Features

  • Support bool, number, string and custom types.
  • Separate dataFrame implementation and operation functions, which means custom functions are easy to define.
  • Less interfaces and pointers, higher performance.

Design

  • Operations on interfaces are expensive, so using interface casually should be avoided.
  • Less method definitions, so series could be easier to customized.

About

Lightweight dataframe for go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages