All Projects → nhl → dflib

nhl / dflib

Licence: Apache-2.0 license
In-memory Java DataFrame library

Programming Languages

java
68154 projects - #9 most used programming language
PLpgSQL
1095 projects

Projects that are alternatives of or similar to dflib

DataFrame
DataFrame Library for Java
Stars: ✭ 51 (+2%)
Mutual labels:  data-frame, dataframe, dataframe-library
daany
Daany - .NET DAta ANalYtics .NET library with the implementation of DataFrame, Time series decompositions and Linear Algebra routines BLASS and LAPACK.
Stars: ✭ 49 (-2%)
Mutual labels:  data-frame, series, dataframe
heidi
heidi : tidy data in Haskell
Stars: ✭ 24 (-52%)
Mutual labels:  data-analysis, dataframe, dataframe-library
Eland
Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch
Stars: ✭ 235 (+370%)
Mutual labels:  etl, data-analysis, dataframe
Tablesaw
Java dataframe and visualization library
Stars: ✭ 2,785 (+5470%)
Mutual labels:  data-frame, data-analysis, dataframe
Nanny
A tidyverse suite for (pre-) machine-learning: cluster, PCA, permute, impute, rotate, redundancy, triangular, smart-subset, abundant and variable features.
Stars: ✭ 17 (-66%)
Mutual labels:  data-frame, data-analysis
Styleframe
A library that wraps pandas and openpyxl and allows easy styling of dataframes in excel
Stars: ✭ 252 (+404%)
Mutual labels:  data-frame, dataframe
Getting Started
This repository is a getting started guide to Singer.
Stars: ✭ 734 (+1368%)
Mutual labels:  etl, data-analysis
Setl
A simple Spark-powered ETL framework that just works 🍺
Stars: ✭ 79 (+58%)
Mutual labels:  etl, data-analysis
Ether sql
A python library to push ethereum blockchain data into an sql database.
Stars: ✭ 41 (-18%)
Mutual labels:  etl, data-analysis
Etl unicorn
数据可视化, 数据挖掘, 数据处理 ETL
Stars: ✭ 156 (+212%)
Mutual labels:  etl, data-analysis
bow
Go data analysis / manipulation library built on top of Apache Arrow
Stars: ✭ 20 (-60%)
Mutual labels:  data-frame, dataframe
Dataframe Js
A javascript library providing a new data structure for datascientists and developpers
Stars: ✭ 376 (+652%)
Mutual labels:  data-frame, dataframe
Datacleaner
The premier open source Data Quality solution
Stars: ✭ 391 (+682%)
Mutual labels:  etl, data-analysis
Qframe
Immutable data frame for Go
Stars: ✭ 282 (+464%)
Mutual labels:  data-frame, dataframe
Awesome Business Intelligence
Actively curated list of awesome BI tools. PRs welcome!
Stars: ✭ 1,157 (+2214%)
Mutual labels:  etl, data-analysis
Static Frame
Immutable and grow-only Pandas-like DataFrames with a more explicit and consistent interface.
Stars: ✭ 217 (+334%)
Mutual labels:  data-analysis, dataframe
Datatable
A go in-memory table
Stars: ✭ 215 (+330%)
Mutual labels:  series, dataframe
Airbyte
Airbyte is an open-source EL(T) platform that helps you replicate your data in your warehouses, lakes and databases.
Stars: ✭ 4,919 (+9738%)
Mutual labels:  etl, data-analysis
hamilton
A scalable general purpose micro-framework for defining dataflows. You can use it to create dataframes, numpy matrices, python objects, ML models, etc.
Stars: ✭ 612 (+1124%)
Mutual labels:  etl, dataframe

Maven Central Build Status

DFLib

DFLib ("DataFrame Library") is a lightweight pure Java implementation of a common DataFrame data structure. With DFLib you get essentially the same data manipulation tools you may be used to in SQL (such as queries and joins), only you can use them in-memory and over dynamically defined data structures.

It is somewhat close to Python pandas, except it is intended to be used with Java and other JVM languages.

DFLib comes with connectors for a variety of data formats: CSV, Excel, RDBMS (JDBC), Avro, JSON, etc.

Project Links

Older Stuff

  • a 20 min presentation of an early version of DFLib. While the DFLib API has evolved substantially since then, the video still demonstrates the idea of the project...

DFLib at WODay Frankfurt

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].