Skip to content
  • Home
  • About
  • Write For US
|       { One stop for all Spark Examples }
Spark By {Examples}
  • Spark
    • Spark RDD
    • Spark DataFrame
    • Spark SQL Functions
    • What’s New in Spark 3.0?
    • Spark Streaming
    • Apache Spark Interview Questions
  • PySpark
  • Pandas
  • R
    • R Programming
    • R Data Frame
    • R dplyr Tutorial
    • R Data Frame
    • R Vector
    • R dplyr Tutorial
  • Snowflake
  • Hive
  • Interview Q
    • Spark Interview Questions
  • More
    • KafkaApache Kafka Tutorials with Examples
    • NumPy
    • H2O.ai
    • Apache Hadoop
    • Apache HBase
    • Apache Cassandra
    • H2O Sparkling Water
    • Scala Language
    • Python
Menu Close
  • Spark
    • Spark RDD
    • Spark DataFrame
    • Spark SQL Functions
    • What’s New in Spark 3.0?
    • Spark Streaming
    • Apache Spark Interview Questions
  • PySpark
  • Pandas
  • R
    • R Programming
    • R Data Frame
    • R dplyr Tutorial
    • R Data Frame
    • R Vector
    • R dplyr Tutorial
  • Snowflake
  • Hive
  • Interview Q
    • Spark Interview Questions
  • More
    • Kafka
    • NumPy
    • H2O.ai
    • Apache Hadoop
    • Apache HBase
    • Apache Cassandra
    • H2O Sparkling Water
    • Scala Language
    • Python
  • Home
  • About
  • Write For US
Read more about the article R group_by() Function from Dplyr
R Programming

R group_by() Function from Dplyr

The group_by() function in R is from dplyr package that is used to group rows by column values in the DataFrame, It is similar to GROUP BY clause in SQL.…

0 Comments
August 26, 2022
Read more about the article dplyr distinct() Function Usage & Examples
R Programming

dplyr distinct() Function Usage & Examples

distinct() is a function of dplyr package that is used to select distinct or unique rows from the R data frame. In this article, I will explain the syntax, usage,…

0 Comments
July 20, 2022
Read more about the article dplyr Rename() – To Change Column Name
R Programming

dplyr Rename() – To Change Column Name

By using rename() and rename_with() functions from dplyr/tidyverse package you can rename/change a single column name, multiple columns, rename by index, and rename all column names on R DataFrame. dplyr is…

0 Comments
July 18, 2022
Read more about the article R select() Function from dplyr – Usage with Examples
R Programming

R select() Function from dplyr – Usage with Examples

select() is a function from dplyr R package that is used to select data frame variables by name, by index, and also is used to rename variables while selecting, and…

0 Comments
July 2, 2022
Read more about the article slice() from dplyr in R – Examples
R Programming

slice() from dplyr in R – Examples

The slice() function from dplyr package is used to subset the R data.frame rows (observations) based on index/position/number and also used to drop the rows and duplicate the rows by…

0 Comments
July 1, 2022
Read more about the article R dplyr Tutorial | Learn with Examples
R Programming

R dplyr Tutorial | Learn with Examples

In this R dplyr tutorial with examples, I will explain what is R? Introduction, dplyr verbs, and how to use them with examples. All examples provided in this R dplyr…

0 Comments
July 1, 2022
Read more about the article R dplyr filter() – Subset DataFrame Rows
R Programming

R dplyr filter() – Subset DataFrame Rows

The filter() function from dplyr package is used to filter the data frame rows in R. Note that filter() doesn't actually filter the data instead it retains all rows that…

0 Comments
June 30, 2022
Read more about the article R dplyr mutate() – Replace Column Values
R Programming

R dplyr mutate() – Replace Column Values

Use mutate() and its other verbs mutate_all(), mutate_if() and mutate_at() from R dplyr package to replace/update the values of the column (string, integer, or any type) in DataFrame (data.frame). For…

1 Comment
June 18, 2022

R dplyr Tutorial

  • R dplyr – select() Function
  • R dplyr – slice() Function
  • R dplyr – filter() Function
  • R dplyr – mutate() Function
  • R dplyr – distinct() Function
  • R dplyr – rename() Function
  • R dplyr – arrange() Function
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Top Tutorials

  • Apache Spark Tutorial
  • PySpark Tutorial
  • Python Pandas Tutorial
  • R Programming Tutorial
  • Python NumPy Tutorial
  • Apache Hive Tutorial
  • Apache HBase Tutorial
  • Apache Cassandra Tutorial
  • Apache Kafka Tutorial
  • Snowflake Data Warehouse Tutorial
  • H2O Sparkling Water Tutorial

Categories

  • Apache Spark
  • PySpark
  • Pandas
  • R Programming
  • Snowflake Database
  • NumPy
  • Apache Hive
  • Apache HBase
  • Apache Kafka
  • Apache Cassandra
  • H2O Sparkling Water

About SparkByExamples.com

SparkByExamples.com is a Big Data and Spark examples community page, all examples are simple and easy to understand, and well tested in our development environment Read more ..
  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
[email protected]
+1 (949) 345-0676
Desert Bloom
Irvine, CA 92618
USA
Copyright sparkbyexamples.com