Get the latest tech news

Show HN: Fahmatrix – A Lightweight, Pandas-Like DataFrame Library for Java


Fahmatrix is a lightweight, modern Java library for working with tabular data, inspired by Python's Pandas and rooted in the idea of making data understanding (fahm) easy on the JVM. - moustafa...

🚀 Intuitive API for tabular data 📄 Easy CSV reading and previewing 🔍 Row filtering and column selection 📊 Aggregations, grouping, and sorting (coming soon) 🧩 No external dependencies (for now) Load CSV files into DataFrame Pretty-print data to console View top rows with head() or bottom ones with tail() Aggregations (count, min, max, sum, mean ,median, standard deviation, 25%, 50%, 70%, custom percentage) Filter rows and select columns GroupBy and pivot tables Data export to CSV or JSON Type inference and conversion

Get the Android app

Or read this on Hacker News

Read more on:

Photo of Java

Java

Photo of fahmatrix

fahmatrix

Photo of dataframe library

dataframe library

Related news:

News photo

Java at 30: Interview with James Gosling

News photo

Understanding Java's Asynchronous Journey

News photo

Fixrleak: Fixing Java Resource Leaks with GenAI