data-wrangling
Here are 622 public repositories matching this topic...
-
Updated
Apr 4, 2022 - Go
-
Updated
Dec 4, 2021 - Jupyter Notebook
-
Updated
May 22, 2021
-
Updated
Feb 12, 2022 - Python
-
Updated
Apr 8, 2022 - Python
-
Updated
Mar 14, 2022 - TypeScript
-
Updated
Feb 23, 2022 - HTML
-
Updated
Mar 31, 2022 - C#
-
Updated
Dec 16, 2021 - Tcl
-
Updated
Mar 20, 2019 - Jupyter Notebook
-
Updated
Dec 5, 2021 - Python
-
Updated
Feb 27, 2022 - Jupyter Notebook
Starting at line 135 the lesson uses view() to open the data in RStudio's Data Viewer.
I suggest adding to the note on line 141 that tibble::view() and utils::View() have similar functionality but are part of different packages which is why the function does not seem to be case sensitive.
-
Updated
Sep 18, 2021 - R
-
Updated
Jun 7, 2020 - Jupyter Notebook
-
Updated
Feb 27, 2022 - Jupyter Notebook
-
Updated
Dec 2, 2021 - R
-
Updated
May 11, 2018 - JavaScript
The Introduction to R and RStudio of R for Reproducible Scientific Analysis introduces arithmetic calculations as the simplest way to use R. I think the section [Using R as a Calculator](https://swcarpentry.github.io/r-novice-gapminder/01-rstudio-intro/index.html#usi
Teaching feedback
- I felt like
nuniquewas arbitrarily (re)introduced when it was necessary. It wouldn't be top-of-mind for students solving problems. - The lesson answers need to be adjacent to the exercises.
- I like the pre-introduction of masks and then circling back around to explain them.
- I feel like Part 4 needs to be broken up and integrated across other lessons: it felt thin on its own.
- Horizo
Dear Community,
There is a typo in the section titled "The StringsAsFactors argument" after the second block of code that demonstrates the use of the str() function. Right after the code boxes is written "We can see that the $Color and $State columns are factors and $Speed is a numeric column", but the box shows that the $Color column is a vector of strings.
Regards,
Rodolfo
https://swcarpentry.github.io/python-novice-gapminder/01-run-quit/index.html
Update in wording
I would like to suggest improvement to the below opening paragraph, found at https://swcarpentry.github.io/python-novice-gapminder/01-run-quit/index.html
"Many software developers will often use an integrated development environment (IDE) or a text editor to create and edit their Python programs
-
Updated
Apr 6, 2022 - HTML
-
Updated
Jan 2, 2019 - Jupyter Notebook
-
Updated
Apr 6, 2022 - R
-
Updated
Apr 11, 2022 - Rust
In episode _episodes_rmd/12-time-series-raster.Rmd
There is a big chunk of code that can probably be made to look nicer via dplyr:
# Plot RGB data for Julian day 133
RGB_133 <- stack("data/NEON-DS-Landsat-NDVI/HARV/2011/RGB/133_HARV_landRGB.tif")
RGB_133_df <- raster::as.data.frame(RGB_133, xy = TRUE)
quantiles = c(0.02, 0.98)
r <- quantile(RGB_133_df$X133_HARV_landRGB.1, q
-
Updated
May 10, 2021 - Jupyter Notebook
As datacarpentry is aimed at researchers, citations are an important part of their job.
Therefore a page on Rmarkdown should mention citations.
Maybe just one sentence about it including a link that is a more up-to-date version of
https://www.rstudio.com/blog/rstudio-1-4-preview-citations/
Improve this page
Add a description, image, and links to the data-wrangling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-wrangling topic, visit your repo's landing page and select "manage topics."
It would be good to be able to have the field name escaped with the SQL importer, and to be able to choose by which character.
This was discussed in Issue #1940
Proposed solution
Add a text field for an escape character in the SQL Exporter.
Alternatives considered
data manipulation at the text level after exportation.
Additional context
![image](https://user-images.githubu