3. Solve using Regex using PySpark | Top 10 PySpark Scenario Based Interview Question|

preview_player
Показать описание
Please enroll in data engineering project courses

#databricks #interviewquestion #pyspark
Рекомендации по теме
Комментарии
Автор

Great job bro . I know bro, u were taking example and considered ki 10 hi digits honge . but sahi regex ye hai ^\d{10}$ .

akash
Автор

Nice! I believe you can use '+' instead of '*' to avoid cases where mobile_no is empty field

AnuragsMusicChannel
Автор

Your this playlist is a perfect platform for pyspark interview preparation.
Thank you

SaikotRoy
Автор

can we do like below:

df.select(col("mobileno").where(regex_replace(col("mobileno"), '['a-z']', '')=len(mobileno))

Useracwqbrazy
Автор

Valid answer can be with the length ^[0-9]{10}$"

sharantheja
Автор

val df1 =
.cast("bigint").isNotNull)
df1.show()

this logic also work

gqvmqbd
Автор

kindly provide the data in the description as like other youtubers for practice.

shuaibsaqib
Автор

please make videos in English. very hard to understand hindi dude

PoojaM