Commit 14729a84 by Arham Akheel

Updated Comments

parent 505532ef
......@@ -109,7 +109,6 @@ wine$country = ifelse(wine$designation == "Piedra Feliz", "Chile", wine$country)
wine$country = ifelse(wine$variety == "Red Blend", "Turkey", wine$country)
#Combining Datasets
#Creating a new subset by total number of rows by country
newwine = wine %>% group_by(country) %>% summarize(total = n()) %>% arrange(desc(total))
......@@ -132,3 +131,6 @@ left
#Combining two data frames using right join function
right = right_join(subset1, subset2)
right
#####End of Code####
  • brat generator connects naturally with this development-focused thread because both highlight how digital tools evolve through structured creativity and iteration. Just as the code update in the Data Science Dojo commit refines tutorials to improve clarity and usability, brat meme tools refine bold visuals to help users express ideas, humor, and trends more effectively. In both cases, thoughtful design and continuous improvement enhance how communities communicate and share content online.

Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment