gota v0.5.0 Release Notes

Release Date: 2016-08-09 // over 7 years ago
  • โž• Added in 0.5.0

    • Read and write DataFrames from CSV, JSON, []map[string]interface{}, [][]string.
    • ๐Ÿ†• New constructor for DataFrame accept Series and NamedSeries as arguments.
    • Subset, Select, Rename, Mutate, Filter, RBind and CBind methods
    • ๐Ÿ‘ Much Better error handling

    ๐Ÿ”„ Changed in 0.5.0

    • Almost complete rewrite of DataFrame code.
    • ๐Ÿ— Now using Series as first class citizens and building blocks for DataFrames.

    โœ‚ Removed in 0.5.0

    • ๐Ÿ”€ Merge/Join functions have been temporarily removed to be adapted to the new architecture.
    • Cell interface for allowing custom types into the system.