⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
@TidierOrg

Tidier

Making Julia a Tidier Place for Data Analysis

Tidier

Welcome to Tidier

Tidier is an organization dedicated to crafting a data analysis and visualization ecosystem in Julia inspired by the tidyverse in R. Our flagship package is Tidier.jl, a 100% Julia implementation of the R tidyverse meta-package. Tidier.jl wraps best-in-class Julia data analysis packages like DataFrames.jl and Makie.jl to bring the best of both worlds: convenient syntax and blazing fast speed.

Tidier.jl is a 100% Julia implementation of the R tidyverse meta-package. Similar to the R tidyverse, Tidier.jl re-exports several other packages, each focusing on a specific set of functionalities.

[GitHub] | [Documentation]



TidierData.jl is a package dedicated to data transformation and reshaping, powered by DataFrames.jl, ShiftedArrays.jl, and Cleaner.jl. It focuses on functionality within the dplyr, tidyr, and janitor R packages.

[GitHub] | [Documentation]



TidierPlots.jl is a package dedicated to plotting, powered by Makie.jl. It focuses on functionality within the ggplot2 R package.

[GitHub] | [Documentation]



TidierDB.jl is a package dedicated to data transformation on databases using syntax similar to TidierData. It focuses on functionality within the dbplyr R package.

[GitHub] | [Documentation]



TidierFiles.jl is a package dedicated to reading and writing tabular data. It focuses on functionality within the readr, haven, readxl, and writexl R packages.

[GitHub] | [Documentation]



TidierCats.jl is a package dedicated to handling categorical variables, powered by CategoricalArrays.jl. It focuses on functionality within the forcats R package.

[GitHub] | [Documentation]



TidierDates.jl is a package dedicated to handling dates and times. It focuses on functionality within the lubridate R package.

[GitHub] | [Documentation]



TidierStrings.jl is a package dedicated to handling strings. It focuses on functionality within the stringr R package.

[GitHub] | [Documentation]



TidierText.jl is a package dedicated to handling and tidying text data. It focuses on functionality within the tidytext R package.

[GitHub]



TidierVest.jl is a package dedicated to scraping and tidying website data. It focuses on functionality within the rvest R package.

[GitHub]



TidierIteration.jl is a package focused on iterating over Julia collections. It focuses on functionality within the purrr R package.

[GitHub]



Our roadmap for future packages includes:

  • TidierTools.jl: A package aiming to make it easier to create Tidier-style macros that use R-style non-standard evaluation, auto-vectorization, and bang-bang (!!) interpolation.

Pinned Loading

  1. Tidier.jl Tidier.jl Public

    Meta-package for data analysis in Julia, modeled after the R tidyverse.

    Julia 594 13

Repositories

Showing 10 of 17 repositories
  • TidierPlots.jl Public

    Tidier data visualization in Julia, modeled after the ggplot2 R package.

    TidierOrg/TidierPlots.jl’s past year of commit activity
    Julia 255 MIT 11 15 (2 issues need help) 0 Updated Jan 12, 2026
  • TidierData.jl Public

    Tidier data transformations in Julia, modeled after the dplyr/tidyr R packages.

    TidierOrg/TidierData.jl’s past year of commit activity
    Julia 101 MIT 7 22 3 Updated Jan 3, 2026
  • Tidier.jl Public

    Meta-package for data analysis in Julia, modeled after the R tidyverse.

    TidierOrg/Tidier.jl’s past year of commit activity
    Julia 594 MIT 13 6 1 Updated Dec 17, 2025
  • TidierErrors.jl Public

    Experimental package that simplifies errors and makes it easy to get help from LLMs.

    TidierOrg/TidierErrors.jl’s past year of commit activity
    Julia 8 MIT 0 0 1 Updated Nov 24, 2025
  • TidierDB.jl Public

    Tidier database analysis in Julia, modeled after the dbplyr R package.

    TidierOrg/TidierDB.jl’s past year of commit activity
    Julia 61 MIT 2 3 2 Updated Nov 24, 2025
  • TidierCourse Public

    Interactive course materials to learn Tidier data analysis in Julia.

    TidierOrg/TidierCourse’s past year of commit activity
    Julia 28 3 0 1 Updated Nov 9, 2025
  • TidierFiles.jl Public

    Tidier file reading and writing in Julia, modeled after the readr, haven, readxl, and writexl R packages.

    TidierOrg/TidierFiles.jl’s past year of commit activity
    Julia 32 MIT 2 6 0 Updated Aug 11, 2025
  • TidierStrings.jl Public

    Tidier string transformations in Julia, modeled after the stringr R package.

    TidierOrg/TidierStrings.jl’s past year of commit activity
    Julia 20 MIT 4 2 0 Updated May 14, 2025
  • TidierTuesday.jl Public

    A Julia package to download TidyTuesday datasets

    TidierOrg/TidierTuesday.jl’s past year of commit activity
    Julia 7 MIT 0 0 0 Updated May 3, 2025
  • TidierVest.jl Public

    Tidier web scraping in Julia, modeled after the rvest R package.

    TidierOrg/TidierVest.jl’s past year of commit activity
    Julia 41 MIT 3 3 0 Updated Apr 23, 2025

Most used topics

Loading…