Julia Data
Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign upRepositories
-
-
-
CSV.jl
Utility library for working with CSV and other delimited files in the Julia programming language
-
DataFramesMeta.jl
Metaprogramming tools for DataFrames
-
CategoricalArrays.jl
Arrays for working with categorical data (both nominal and ordinal)
-
JuliaDB.jl
Parallel analytical database in pure Julia
-
Strapping.jl
An ORM for Julia; automatically deserialize/construct Julia objects from database queries/resultsets
-
SentinelArrays.jl
Array types that can use sentinel values of the element type for special values
-
Parsers.jl
fast parsing machinery for basic types in Julia
-
YAML.jl
Parse yer YAMLs
-
PooledArrays.jl
A pooled representation of arrays for purposes of compression when there are few unique elements.
-
SplitApplyCombine.jl
Split-apply-combine strategies for Julia
-
StructTypes.jl
Abstract definitions and convenience methods for describing, processing, and constructing Julia objects
-
JSONTables.jl
JSON3.jl + Tables.jl
-
Feather.jl
Read and write feather files in pure Julia
-
juliadb.org
Website for JuliaDB
-
-
TypedTables.jl
Simple, fast, column-based storage for data analysis in Julia
-
-
-
TableOperations.jl
Common table operations on Tables.jl interface implementations
-
DBFTables.jl
Functions for reading dbf files in Julia
-
WeakRefStrings.jl
a minimal String type for Julia that allows for efficient string representation and transfer
-
FlatBuffers.jl
A pure Julia implementation of google flatbuffers
-
Roadmap.jl
A roadmap for the JuliaData organization and its packages
-
DataStreams.jl Archived
[DEPRECATED in favor of https://github.com/JuliaData/Tables.jl] A fast, generic framework for transferring table-like data structures in Julia
-
NamedTuples.jl Archived
[DEPRECATED] NamedTuples.jl
-
DataTables.jl Archived
(DEPRECATED) A rewrite of DataFrames.jl based on Nullable
-
DataStreamsIntegrationTests.jl Archived
[DEPRECATED]