tablesaw

Java dataframe and visualization library

APACHE-2.0 License

Stars
3.5K
Committers
88

Bot releases are hidden (Show)

tablesaw -

Published by benmccann over 5 years ago

  • Fix InstantColumnType.create
  • Bump jackson-databind to pull in security fix
tablesaw -

Published by benmccann over 5 years ago

  • InstantColumn support in Row and DataFrameJoiner
  • Additional DataFrameReader parameter validation
tablesaw -

Published by benmccann over 5 years ago

  • Add InstantColumn support to Relation
tablesaw -

Published by benmccann over 5 years ago

Features

Fixes

Cleanup

tablesaw -

Published by benmccann over 5 years ago

  • Implemented maxCharsPerColumn CSV parser setting
  • Fix DateTimeParser issue
  • Switch from reflections to classgraph
  • Updated pebble version in jsplot
tablesaw -

Published by benmccann over 5 years ago

  • Use header option in HtmlReader
tablesaw -

Published by benmccann over 5 years ago

  • Fix HTMLReader when using InputStream
  • Fix reading from URL when charset is specified
tablesaw -

Published by benmccann over 5 years ago

  • Major improvements to HtmlWriter
  • Fixed print(1)
  • Added marker support for bar and histogram
tablesaw -

Published by benmccann over 5 years ago

  • Improved interface for DataWriter
tablesaw - v0.32.2 - Fix optional reader modules

Published by benmccann over 5 years ago

  • Optional DataReader modules are now working
tablesaw -

Published by benmccann over 5 years ago

  • Introduce ReaderRegistry and new DataFrameReader methods
tablesaw - v0.32.0 - XLSX support and optional modules (broken)

Published by benmccann over 5 years ago

Major features

Enhancements

Bug fixes

  • Fixed stepWithRows

Development

tablesaw -

Published by benmccann over 5 years ago

  • Fat columns returned from file readers by default
  • Fixed-width file support (Thanks @Sparow199)
  • Improved marker support
  • Support for custom color bars on scatter charts with scaled colors
  • Additional table creation validation
  • Fixed numeric to string conversion
tablesaw -

Published by benmccann over 5 years ago

  • Adds ability to read and write JSON data
tablesaw -

Published by benmccann over 5 years ago

  • Fix for NullPointerException in Table.read().csv()
  • Fix for marker color
  • Minor join performance improvements
  • Fix for Windows line ending issues
  • Fix for reading SQL result set
  • Allow pie charts to take floating points
  • Fixed sorting in TimeSeriesPlot
tablesaw -

Published by benmccann almost 6 years ago

  • Tweaks to CSV sampling
  • Fix isMissing for StringColumn and TextColumn. Thanks @armarti
tablesaw -

Published by benmccann almost 6 years ago

  • Improved Smile integration
  • Pivot table functionality
  • Bug fix for conversion from Hive bigInt
  • SQL number type mapping. Thanks @gregorco
  • Bug fix for unique()
  • Improved null handling for StringColumn
  • SQL Date support
tablesaw - v0.30.0: Major update to column API

Published by benmccann almost 6 years ago

With this release we wanted to strike a balance between making the implementation and maintenance of the library more approachable, reducing memory usage, and providing powerful operations.

We provide non-double numeric column types so that data can be held in memory in a less memory-intensive manner. All computations return DoubleColumn. The alternative would be supporting every pair-wise type of numeric, which would quickly make the library too difficult to contribute to and maintain. The user can convert DoubleColumn to less memory intensive column types like IntColumn as they choose to reduce in-memory overhead for large tables. For small tables, users may be comfortable keeping all columns as DoubleColumn.

Other improvements include:

  • Improvements to Smile machine learning integration
  • Additional CSV parsing options
  • Bug fixes

Thanks to @hallvard, @Ebalaitung, @jln-ho, @gregorco for contributing to this release

tablesaw -

Published by benmccann about 6 years ago

  • Switched to Univocity library for CSV handling
tablesaw -

Published by benmccann about 6 years ago

  • Fixed generics warnings
  • CSV read performance enhancement
Package Rankings
Top 4.01% on Repo1.maven.org
Top 6.71% on Proxy.golang.org
Badges
Extracted from project README
Apache 2.0 Build Status Codacy Badge Maintainability Rating