tidyr
Data organizer
Helps create organized data with minimal manual work
Tidy Messy Data
1k stars
72 watching
418 forks
Language: R
last commit: 3 months ago
Linked from 1 awesome list
rtidy-data
Related projects:
Repository | Description | Stars |
---|---|---|
tidyverse/tidyverse | A set of R packages designed to work together harmoniously for data science tasks. | 1,680 |
tidyverse/readr | Provides fast and friendly way to read rectangular data from delimited files | 1,011 |
nrennie/tidytuesday | Weekly R project to visualize data using common tools and techniques in the tidyverse ecosystem. | 195 |
sfirke/janitor | A collection of R functions for simplifying data cleaning and preparation tasks. | 1,398 |
tidyverse/magrittr | A package that improves R code readability by introducing a pipe operator to structure data operations in a more linear and efficient way. | 959 |
tidyverse/rvest | A package for extracting data from web pages using HTML parsing and CSS/XPath selectors. | 1,495 |
tidyverse/lubridate | Makes working with dates in R more intuitive and robust by providing a set of functions and classes for date-time manipulation and mathematical operations. | 739 |
tidyverse/reprex | Tool to create and render reproducible R code snippets for sharing | 742 |
tidy-finance/r-tidyfinance | Provides data download and analysis helpers for finance researchers and developers using R. | 15 |
cnicault/tidytuesday | A repository of R code and visualizations exploring various data-driven topics and themes | 216 |
tidyverse/haven | A C library that enables R to read and write various data formats used by other statistical packages | 424 |
tashapiro/tidytuesday | A weekly data project aimed at the R ecosystem to summarize and arrange data into meaningful charts with ggplot2, tidyr, dplyr, and other tools. | 142 |
business-science/tidyquant | An R package for financial data analysis and visualization in the tidyverse ecosystem. | 856 |
dgrtwo/broom | Converts statistical analysis objects from R into tidy data structures | 19 |
klmr/box | Enables modular and reusable R code organization through a universal import mechanism | 871 |