PySpark Interview Questions & Answers | PySpark Interview Questions

Поділитися
Вставка
  • Опубліковано 20 сер 2024
  • PySpark Interview Questions & Answers | PySpark Interview Questions
    PySpark Interview Questions and Answers video includes all the frequently asked Interview questions that give you an idea to crack your PySpark interview smartly. These Interview questions are curated by experts and will help you to brush up your knowledge in PySpark. This video session is designed for both beginners and professionals who want to prepare for a PySpark Interview.
    Want more similar videos- hit like, comment, share and subscribe
    ❤️Do Like, Share and Comment ❤️
    ❤️ Like Aim 5000 likes! ❤️
    ➖➖➖➖➖➖➖➖➖➖➖➖➖
    Please like & share the video
    ➖➖➖➖➖➖➖➖➖➖➖➖➖
    script
    question 1
    data1= [(1,"manish","data engineer"),(2,"rani","data analyst"),(3,"manju","data science")]
    column1 =["id","name","department"]
    data2= [(3,"harish"),(4,"monish"),(5,"priti")]
    column2 =["id","name"]
    question 2
    from pyspark.sql import SparkSession
    Create SparkSession
    spark = SparkSession.builder.appName('SparkByExamples.com') \
    .getOrCreate()
    Prepare data
    data = [('James','Java'),
    ('James','Python'),
    ('James','Python'),
    ('Anna','PHP'),
    ('Anna','Javascript'),
    ('Maria','Java'),
    ('Maria','C++'),
    ('James','Scala'),
    ('Anna','PHP'),
    ('Anna','HTML')
    ]
    Create DataFrame
    df = spark.createDataFrame(data,schema=["name","languages"])
    df.printSchema()
    df.show()
    ➖➖➖➖➖➖➖➖➖➖➖➖➖
    AWS DATA ENGINEER : • AWS Data Engineer Basic
    Azure data engineer playlist : • Azure Data Engineer
    SQL PLAYLIST : • SQL playlist
    PYSPARK PLAYLIST -
    • Pyspark Tutorial
    ➖➖➖➖➖➖➖➖➖➖➖➖➖
    📣Want to connect with me? Check out these links:📣
    Join telegram to discuss t.me/+Cb98j1_f...
    ➖➖➖➖➖➖➖➖➖➖➖➖➖
    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!
    ➖➖➖➖➖➖➖➖➖➖➖➖➖
    #sqlserver #sqlinterviewquestions #sqlinterviewquestionsandanswers #sqlinterview

КОМЕНТАРІ • 18

  • @souravdas-kt7gg
    @souravdas-kt7gg 4 місяці тому +3

    first question we can do by using df3=df1.unionByName(df2,allowMissingColumn=True)

    • @mondritaroy21
      @mondritaroy21 4 місяці тому +1

      But only using Python not Scala.

  • @AbhilashPoladi
    @AbhilashPoladi 7 місяців тому +3

    To merge dataframes on row basis with different structures we can even use unionbyname

  • @soumikdas7709
    @soumikdas7709 8 місяців тому +1

    Helpful

  • @BeastIndia11
    @BeastIndia11 8 місяців тому +1

    Nice explanation. Thanks for your efforts 👍

  • @onuhmichael4312
    @onuhmichael4312 8 місяців тому +1

    Awesome as usual, keep it up!!.

  • @rawat7203
    @rawat7203 5 місяців тому +1

    Sir please make a separate playlist for interview coding qs

  • @lakshminarayana3168
    @lakshminarayana3168 8 місяців тому +1

    Can you do more videos on real time scenarios DataBricks with pyspark l

  • @nagarajpushpa1822
    @nagarajpushpa1822 8 місяців тому +1

    Thank u😊

  • @Prashnanth
    @Prashnanth 8 місяців тому

    Can you make a video about incremental loading of data by using adf

    • @learnbydoingit
      @learnbydoingit  8 місяців тому

      It's available ua-cam.com/video/6tRvylittaM/v-deo.htmlsi=tTcxwhO-k6MsqZYg

  • @hritikapal683
    @hritikapal683 8 місяців тому

    Sir no video since a long time? We're waiting

    • @learnbydoingit
      @learnbydoingit  8 місяців тому +1

      Sry for the delay I am on vacation ..I will be back and will start new series

  • @user-uu5pr2ej1w
    @user-uu5pr2ej1w 6 місяців тому

    I have total 4 years exp in Power bi & SQl , Now i need to update my skill set to Azure data engineer
    So is this videos good enough to crack azure data engineer for 3 years exp interview
    Pls reply..............

    • @learnbydoingit
      @learnbydoingit  6 місяців тому

      Yes follow azure data engineer playlist and project playlist

    • @user-uu5pr2ej1w
      @user-uu5pr2ej1w 6 місяців тому

      Thanks for the reply bro
      Your way of explanation is really good and it helps to learn new things🥰🥰🥰