How to add a new datetime column to a spark dataFrame from existing timestamp column
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2021 08:07 AM
I have a data frame in Spark that has a column timestamp. I want to add a new column to this data frame that has the DateTime in the below format created from this existing timestamp column.
“YYYY-MM-DD HH:MM:SS”
Labels:
- Labels:
-
Dataframe
-
Spark--dataframe