1 Repo
Specialized libraries for managing data in a row-and-column format for manipulation and aggregation.
Distinct from Java Data Processing Libraries: Specifically targets the dataframe abstraction rather than general document parsing or transformation
Explore 1 awesome GitHub repository matching data & databases · Dataframe Toolkits. Refine with filters or upvote what's useful.
Tablesaw is a Java dataframe library designed for manipulating, filtering, and aggregating structured data. It serves as a toolkit for statistical analysis, data visualization, and machine learning execution within the Java Virtual Machine. The project provides specialized tools for computing descriptive statistics and generating cross-tabulations. It includes a visualization library for creating histograms and scatter plots, as well as a framework for executing linear regression, clustering, and classification tasks through integration with statistical libraries. The library covers a broad
Implements a comprehensive toolkit for manipulating, filtering, and aggregating structured data within the JVM.