All Projects → JuliaData → Dataframesmeta.jl

JuliaData / Dataframesmeta.jl

Licence: other
Metaprogramming tools for DataFrames

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Dataframesmeta.jl

Joinery
Data frames for Java
Stars: ✭ 526 (+98.49%)
Mutual labels:  data-frame
Apache Spark Node
Node.js bindings for Apache Spark DataFrame APIs
Stars: ✭ 136 (-48.68%)
Mutual labels:  data-frame
bow
Go data analysis / manipulation library built on top of Apache Arrow
Stars: ✭ 20 (-92.45%)
Mutual labels:  data-frame
Nanny
A tidyverse suite for (pre-) machine-learning: cluster, PCA, permute, impute, rotate, redundancy, triangular, smart-subset, abundant and variable features.
Stars: ✭ 17 (-93.58%)
Mutual labels:  data-frame
Wikipediatrend
A convenience R package for getting Wikipedia article access statistics (and more).
Stars: ✭ 73 (-72.45%)
Mutual labels:  data-frame
Tablesaw
Java dataframe and visualization library
Stars: ✭ 2,785 (+950.94%)
Mutual labels:  data-frame
Pointblank
Data validation and organization of metadata for data frames and database tables
Stars: ✭ 480 (+81.13%)
Mutual labels:  data-frame
DataFrame
DataFrame Library for Java
Stars: ✭ 51 (-80.75%)
Mutual labels:  data-frame
Gdeltpyr
Python based framework to retreive Global Database of Events, Language, and Tone (GDELT) version 1.0 and version 2.0 data.
Stars: ✭ 124 (-53.21%)
Mutual labels:  data-frame
dataiter
Python classes for data manipulation
Stars: ✭ 25 (-90.57%)
Mutual labels:  data-frame
Dataframes.jl
In-memory tabular data in Julia
Stars: ✭ 951 (+258.87%)
Mutual labels:  data-frame
Spark Bigquery
Google BigQuery support for Spark, Structured Streaming, SQL, and DataFrames with easy Databricks integration.
Stars: ✭ 65 (-75.47%)
Mutual labels:  data-frame
Styleframe
A library that wraps pandas and openpyxl and allows easy styling of dataframes in excel
Stars: ✭ 252 (-4.91%)
Mutual labels:  data-frame
Data Science Your Way
Ways of doing Data Science Engineering and Machine Learning in R and Python
Stars: ✭ 530 (+100%)
Mutual labels:  data-frame
espandas
Reading and writing pandas DataFrames in Elasticsearch
Stars: ✭ 24 (-90.94%)
Mutual labels:  data-frame
Fst
Lightning Fast Serialization of Data Frames for R
Stars: ✭ 521 (+96.6%)
Mutual labels:  data-frame
Spark Excel
A Spark plugin for reading Excel files via Apache POI
Stars: ✭ 216 (-18.49%)
Mutual labels:  data-frame
framequery
SQL on dataframes - pandas and dask
Stars: ✭ 63 (-76.23%)
Mutual labels:  data-frame
dflib
In-memory Java DataFrame library
Stars: ✭ 50 (-81.13%)
Mutual labels:  data-frame
daany
Daany - .NET DAta ANalYtics .NET library with the implementation of DataFrame, Time series decompositions and Linear Algebra routines BLASS and LAPACK.
Stars: ✭ 49 (-81.51%)
Mutual labels:  data-frame

DataFramesMeta.jl

Coveralls CI Testing

Metaprogramming tools for DataFrames.jl objects.

Installation

DataFramesMeta.jl is a registered Julia package. Run either of the following to install:

julia> import Pkg; Pkg.add("DataFramesMeta")

or via the Pkg REPL mode (enter by typing ] at the REPL console)

] add DataFramesMeta

Documentation

Package Maintenance

Any of the JuliaDatacollaborators have write access and can accept pull requests.

Pull requests are welcome. Pull requests should include updated tests. If functionality is changed, docstrings should be added or updated. Generally, follow the guidelines in DataFrames.

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].