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]



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 515 14

Repositories

Showing 10 of 14 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 217 MIT 7 8 0 Updated Sep 25, 2024
  • TidierDB.jl Public

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

    TidierOrg/TidierDB.jl’s past year of commit activity
    Julia 43 MIT 3 6 (1 issue needs help) 0 Updated Sep 23, 2024
  • TidierCats.jl Public

    Tidier analysis of categorical variables, modeled after the forcats R package.

    TidierOrg/TidierCats.jl’s past year of commit activity
    Julia 13 MIT 2 0 0 Updated Sep 21, 2024
  • TidierDates.jl Public

    Tidier date transformations in Julia, modeled after the lubridate R package.

    TidierOrg/TidierDates.jl’s past year of commit activity
    Julia 19 MIT 4 0 0 Updated Sep 15, 2024
  • 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 24 MIT 2 2 0 Updated Sep 9, 2024
  • TidierIteration.jl Public

    Tidier iteration over collections in Julia, modeled after the purrr R package.

    TidierOrg/TidierIteration.jl’s past year of commit activity
    Julia 13 MIT 1 0 0 Updated Sep 6, 2024
  • 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 84 MIT 7 17 2 Updated Sep 3, 2024
  • HTTR.jl Public

    Julia port of the httr2 R package.

    TidierOrg/HTTR.jl’s past year of commit activity
    Julia 7 2 1 (1 issue needs help) 1 Updated Aug 24, 2024
  • TidierStrings.jl Public

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

    TidierOrg/TidierStrings.jl’s past year of commit activity
    Julia 18 MIT 5 1 0 Updated Aug 22, 2024
  • TidierVest.jl Public

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

    TidierOrg/TidierVest.jl’s past year of commit activity
    Julia 30 MIT 3 2 0 Updated Jun 30, 2024

Top languages

Loading…

Most used topics

Loading…