janitor
simple tools for data cleaning in R (by sfirke)
parquetize
R package that allows to convert databases of different formats to parquet format (by ddotta)
janitor | parquetize | |
---|---|---|
2 | 4 | |
1,408 | 70 | |
0.5% | - | |
5.5 | 5.6 | |
4 months ago | 6 months ago | |
R | R | |
GNU General Public License v3.0 or later | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
janitor
Posts with mentions or reviews of janitor.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Working with columns names that are numbers (in this case, years)
I would just clean the names and work with those. Then there is no need to use backticks. Read about the function clean_names in the janitor vignette: https://github.com/sfirke/janitor
-
R Libraries Every Data Scientist Should Know - Pyoflife
I just stumbled across Janitor which can help you clean colum names easily.
parquetize
Posts with mentions or reviews of parquetize.
We have used some of these posts to build our list of alternatives
and similar projects.
- You want to convert your R data to parquet files ? Use parquetize package !
- 🚨New {parquetize} release 🚨Easily convert your data to Parquet format ! Now from any query you want on any DBI compatible RDBMS. https://github.com/ddotta/parquetize/releases/tag/v0.5.6 #rstats #parquet #arrow #DBI More details in release note.
- 🚨🚨New release for {parquetize} R package 🚨🚨 => convert easily your data to Parquet format !
- You're an #rstats user and you need to convert your files to parquet format? Check out the new parquetize package now available on CRAN !
What are some alternatives?
When comparing janitor and parquetize you can also consider the following projects:
tidytext - Text mining using tidy tools :sparkles::page_facing_up::sparkles:
ftools - Fast Stata commands for large datasets
Practical-Applications-in-R-for-Psychologists - Lesson files for Practical Applications in R for Psychologists.
stata-alluvial - A Stata package for alluvial plots
IntRo - Introduction to R for health data
targets - Function-oriented Make-like declarative workflows for R