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 503 15

Repositories

Showing 10 of 13 repositories
  • 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 18 MIT 1 2 0 Updated Jul 6, 2024
  • TidierPlots.jl Public

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

    TidierOrg/TidierPlots.jl’s past year of commit activity
    Julia 196 MIT 7 9 0 Updated Jul 2, 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
  • TidierDB.jl Public

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

    TidierOrg/TidierDB.jl’s past year of commit activity
    Julia 35 MIT 3 8 (1 issue needs help) 0 Updated Jun 29, 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 17 MIT 3 0 0 Updated Jun 11, 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 69 MIT 6 15 0 Updated Jun 9, 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 4 0 0 Updated Jun 5, 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 10 MIT 1 0 0 Updated May 27, 2024
  • .github Public
    TidierOrg/.github’s past year of commit activity
    1 0 0 0 Updated May 10, 2024
  • 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 503 MIT 15 7 0 Updated May 10, 2024

Top languages

Loading…

Most used topics

Loading…