JuliaData/DataFrames.jl
In-memory tabular data in Julia observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 99
- Release rhythm 55
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 106.0
- age_days: 5166
- days_rel: 143
- days_push: 10
- n_releases_24m: 5
Adoption not part of the score
1831 stars · 371 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
DataFrames.jl is the core Julia package for working with in-memory tabular data, providing a DataFrame type similar to pandas in Python or data.frame/dplyr in R. It offers flexible and fast data wrangling, transformation, and manipulation capabilities and is central to the Julia data ecosystem.
Use cases
- manipulate tabular data in Julia
- julia alternative to pandas dataframes
- filter group and join tables in julia
- data wrangling for data science in julia
- load and transform csv-like datasets in julia
- clean and reshape tabular datasets
When to choose
- you are doing data science or analysis in Julia and need a general-purpose dataframe library
- you want pandas-like or dplyr-like data manipulation with Julia performance
- you need tight integration with the Julia data ecosystem (Tables.jl, CSV.jl, DataFramesMeta.jl)
When to avoid
- you work primarily in Python or R where pandas or dplyr are more mature ecosystems
- you need out-of-core or distributed processing beyond in-memory tables
- you only need simple columnar storage without rich manipulation APIs
Facets
library · maturity stable
data-science developer-tools data-science analytics cross-platform dataframes tabular-data data-wrangling pandas-alternative julia-ecosystem data-engineering julia
3 sources
- readme: https://github.com/JuliaData/DataFrames.jl · fetched 2026-08-28 · 868f1d9262f1
- homepage: https://dataframes.juliadata.org/stable/ · fetched 2026-08-29 · da83cd43b37f
- site_page: https://dataframes.juliadata.org/stable/man/getting_started · fetched 2026-08-29 · 31b38d04f676
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JuliaData/DataFrames.jl | main | 84 |
For agents
markdown · JSON · MCP: product_card(name="JuliaData/DataFrames.jl")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem