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 – Replace Character in a String
R Programming

R – Replace Character in a String

How to replace a single character in a string on the R DataFrame column (find and replace)? To replace a first or all occurrences of a single character in a…

0 Comments
June 20, 2022
Read more about the article R – Replace Column Value with Another Column
R Programming

R – Replace Column Value with Another Column

How to replace R DataFrame columns value with or from another column? I have already created many articles on replacing column values in R and in this article, I will…

0 Comments
June 18, 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
Read more about the article R – Replace String with Another String or Character
R Programming

R – Replace String with Another String or Character

One of the most use cases we get while working with data in R DataFrame is curating it and one of the curation rules is to replace one string with…

0 Comments
June 18, 2022
Read more about the article Replace Values Based on Condition in R
R Programming

Replace Values Based on Condition in R

There are multiple ways to replace column values based on condition in an R DataFrame. Conditionally updating columns is a very basic thing we do all the time while manipulating…

0 Comments
June 15, 2022
Read more about the article R – str_replace() to Replace Matched Patterns in a String.
R Programming

R – str_replace() to Replace Matched Patterns in a String.

R str_replace() and str_replace_all() are used to replace values of a string column based on matched patterns ( pattern matching with regex - regular expression), also used to replace with…

0 Comments
June 15, 2022
Read more about the article R – Replace Empty String with NA
R Programming

R – Replace Empty String with NA

How to replace an empty string with NA in R DataFrame (data.frame)? By using methods from R built-in, and dplyr package we can replace empty strings with NA values on…

0 Comments
June 14, 2022
Read more about the article R – Replace Zero (0) with NA on Dataframe Column
R Programming

R – Replace Zero (0) with NA on Dataframe Column

By using methods from R base, dplyr and tidyr packages we can replace zero (0) with NA value on dataframe columns. In this article, I have covered 10 ways to…

0 Comments
June 14, 2022
Read more about the article R – Replace NA with Empty String in a DataFrame
R Programming

R – Replace NA with Empty String in a DataFrame

How to replace NA (missing values) with blank space or an empty string in an R dataframe? You can replace NA values with blank space on columns of R dataframe…

0 Comments
June 13, 2022
Read more about the article R – Replace NA with 0 in Multiple Columns
R Programming

R – Replace NA with 0 in Multiple Columns

Use R dplyr::coalesce() to replace NA with 0 on multiple dataframe columns by column name and dplyr::mutate_at() method to replace by column name and index. tidyr:replace_na() to replace. Using these…

0 Comments
June 13, 2022
  • 1
  • 2
  • Go to the next page
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