Registry / utility / tablesaw-core

tablesaw-core

JSON →
library0.44.4javamavenunverified

High-performance Java dataframe library for data analysis and manipulation.

<dependency> <groupId>tech.tablesaw</groupId> <artifactId>tablesaw-core</artifactId> <version>0.44.4</version> </dependency>
INSTALL
IMPORT
SIG · TABLESAW-CORE
T
tablesaw-core
utilityjavav0.44.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Table
tech.tablesaw.api.Table

Load a CSV file and print its shape

import tech.tablesaw.api.Table; Table data = Table.read().csv("data.csv"); System.out.println(data.shape());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.44.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
tablesaw-core — mvn dependency:get tablesaw-core · libregistry