How to Merge Spark DataFrame - Complex type | Spark Scenario Based Question | PySpark | LearntoSpark

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 28

  • @sravankumar1767
    @sravankumar1767 2 года назад +4

    Superb explanation bro, but little bit difficult to understand 😕

  • @harishgandham4902
    @harishgandham4902 Месяц назад

    Can we consider doing left outer join

  • @nareshreddy-l3f
    @nareshreddy-l3f Год назад

    Thanks for uploading nice content videos ...

  • @khushbuagrawal9554
    @khushbuagrawal9554 4 года назад

    @Azarudeen - It will be good that If you can put the sample data or file in the description/comment section. So that we can copy paste and do the practical.

  • @wasim054
    @wasim054 3 года назад +1

    Thanks for this demo. Can you please help me with any suggestions for one my requirements. It would be great if you have any input on this. I want to do merge like feature in pyspark with target data frame having 2 extra column like isupdated and timestamps. If record is updated in source data frame then isupdated column will be set to yes otherwise no.

    • @AzarudeenShahul
      @AzarudeenShahul  3 года назад

      Hi Wasim,
      I am not able to understand you requirement.
      Can you please help me understanding by, sharing the sample input and required output to my email @ azar.s91@gmail.com

  • @tarunpothala2071
    @tarunpothala2071 3 года назад +1

    Hi Azarudeen , I find your videos beneficial. Thanks for sharing this content. I request you to make videos on how to read and write data from\to cloud storages into Databricks.

    • @AzarudeenShahul
      @AzarudeenShahul  3 года назад +1

      Sure, our upcoming item is fully with azure databricks and azure

  • @keepsmile564
    @keepsmile564 3 года назад +1

    Nice session, is thre way Age and other columns should come as a different columns Insted of list education column

    • @AzarudeenShahul
      @AzarudeenShahul  3 года назад

      Yes list column can be separated into individual column.. will try to make vdo on how we can do this :)

  • @rajasekhar582
    @rajasekhar582 4 года назад

    Hi azzar, All videos r u show very usefull. Please can show on spark with scala also in shell scripts

  • @saurabhshubham4448
    @saurabhshubham4448 4 года назад +1

    Very helpful!

  • @dhilip77
    @dhilip77 2 года назад

    Explode function will work on these

  • @Tech-Nature-IND
    @Tech-Nature-IND 3 года назад +1

    can you provide us same with scala

  • @TheSumanb
    @TheSumanb 3 года назад

    HI thnks bro for the hard work, could you please share the code repository ?

  • @rudrasingh21
    @rudrasingh21 4 года назад +1

    Hi , Its very helpful . Could you please share data and code with github link , so that we can easily practice. Take it as a request, Please

    • @AzarudeenShahul
      @AzarudeenShahul  4 года назад +1

      Now-a-day, I m giving my blog link which has a code snippet and link to data for your practice. For some old videos, i added git link in description.

  • @sravankumar1767
    @sravankumar1767 2 года назад +1

    CAN YOU PLEASE SHARE THS CODE IN DESCRIPTION BOX IT WILL BE USEFUL FOR US

    • @AzarudeenShahul
      @AzarudeenShahul  2 года назад +1

      Hey Sravan, I m preparing blog with code snippet for all the scenarios.. will provide the link in description. Hope this helps u

    • @sravankumar1767
      @sravankumar1767 2 года назад

      @@AzarudeenShahul Thanks Azar

  • @Shiva-kz6tn
    @Shiva-kz6tn 4 года назад +1

    Please please post more

  • @ashishkumavat2646
    @ashishkumavat2646 4 года назад

    Hi Azarudeen Shahul, I following your videos from the last 1 months and I found it very useful. I would like to make a request, is it possible to upload a video showing how to read data from google sheet using spark scala. I searched for it everywhere but couldn't find it.

    • @AzarudeenShahul
      @AzarudeenShahul  4 года назад

      Sure buddy, will try to do one on this use case

  • @gayathrilakshmi6087
    @gayathrilakshmi6087 3 года назад

    Hi,
    Can you please attach the data file and code file for us to practice..very useful video :)

  • @samisajjad802
    @samisajjad802 Год назад

    list1=[]
    list2=[]
    for i in l1:
    print(i)
    list1.append(str(i).split("`")[1])
    i am getting en error message like
    ----> 5 list1.append(str(i).split("`")[1])
    IndexError: list index out of range