1
0
Fork 0
mirror of https://github.com/josephmisiti/awesome-machine-learning.git synced 2025-06-02 18:42:29 -04:00

Update README.md

Include mention of `data.table` R package for performant data frame manipulations.
This commit is contained in:
aaelony 2024-11-27 20:42:18 -08:00 committed by GitHub
parent a9cfd245f6
commit a65f31999e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1647,6 +1647,7 @@ be
<a name="r-data-analysis--data-visualization"></a>
#### Data Manipulation | Data Analysis | Data Visualization
* [data.table](https://rdatatable.gitlab.io/data.table/) - `data.table` provides a high-performance version of base Rs `data.frame` with syntax and feature enhancements for ease of use, convenience and programming speed.
* [dplyr](https://www.rdocumentation.org/packages/dplyr/versions/0.7.8) - A data manipulation package that helps to solve the most common data manipulation problems.
* [ggplot2](https://ggplot2.tidyverse.org/) - A data visualization package based on the grammar of graphics.
* [tmap](https://cran.r-project.org/web/packages/tmap/vignettes/tmap-getstarted.html) for visualizing geospatial data with static maps and [leaflet](https://rstudio.github.io/leaflet/) for interactive maps