39. Missing Number question using PySpark | PySpark interview question

preview_player
Показать описание
#pyspark #spark #pysparkinterview #pysparkinterviewquestion

In this video we are going to cover pyspark interview question and answer

1. Find out the missing number from the given dataframe

SOLVE USING PYSPARK AND SPARK SQL

Want more similar videos- hit like, comment, share and subscribe

❤️Do Like, Share and Comment ❤️
❤️ Like Aim 5000 likes! ❤️

➖➖➖➖➖➖➖➖➖➖➖➖➖
data
data=[(1,),(2,),(5,),(7,),(8,),(10,)]
column=['ID']

➖➖➖➖➖➖➖➖➖➖➖➖➖

Azure data factory :

PYSPARK PLAYLIST -

➖➖➖➖➖➖➖➖➖➖➖➖➖
📣Want to connect with me? Check out these links:📣

➖➖➖➖➖➖➖➖➖➖➖➖➖
what we have covered in this video:

➖➖➖➖➖➖➖➖➖➖➖➖➖

Hope you liked this video and learned something new :)
See you in next video, until then Bye-Bye!

➖➖➖➖➖➖➖➖➖➖➖➖➖
Рекомендации по теме
Комментарии
Автор

without creating new data frame how it is possible for example if you have millions or thousand of records with id column then how to do it without creating new data frame

mohammedak-mk