Java dataframe and visualization library
Tablesaw is Java for data science. It includes a dataframe and a visualization library, as well as utilities for loading, transforming, filtering, and summarizing data. It's fast and careful with memory. If you work with data in Java, it may save you time and effort. Tablesaw also supports descriptive statistics and integrates well with the Smile machine learning library.
Tablesaw supports data visualization by providing a wrapper for the Plot.ly JavaScript plotting library. Here are a few examples of the new library in action.
| |
|
|
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add tablesaw-core to your project. You can find the version number for the latest release in the release notes:
tech.tablesaw tablesaw-core VERSION_NUMBER_GOES_HERE
You may also add supporting projects: -
tablesaw-beakerx- for using Tablesaw inside BeakerX -
tablesaw-excel- for using Excel workbooks -
tablesaw-html- for using HTML -
tablesaw-json- for using JSON -
tablesaw-jsplot- for creating charts
And always feel free to ask questions or make suggestions here on the issues tab.