14 Read, Parse or Flatten JSON data

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 10

  • @adulterrier
    @adulterrier Před 27 dny

    Buddy, you rock! How come that we have only 2K views? Best tutorial on the tube!

    • @easewithdata
      @easewithdata  Před 27 dny

      Thank you 👍 Please make sure to share with your network over LinkedIn ❤️ This helps a lot 😊

  • @quazimoinuddin5927
    @quazimoinuddin5927 Před 8 měsíci

    Thanks for this topic : Flatten JSON data

  • @durgad4763
    @durgad4763 Před dnem

    Best vedio ❤❤❤❤

    • @easewithdata
      @easewithdata  Před 18 hodinami

      Thank you ❤️ Please make sure to share with your network over LinkedIn 👍

  • @rakeshpanigrahi577
    @rakeshpanigrahi577 Před 3 měsíci

    Thanks, buddy. explode_outer is also an important concept.

    • @easewithdata
      @easewithdata  Před 2 měsíci

      Yes definitely it is. Bus its impossible to cover all functions on CZcams. You can definitely checkout Spark documentation for more information.
      This series was meant to enable people with zero or basic knowledge to get started

  • @Ehsan-Mi
    @Ehsan-Mi Před 8 měsíci

    Thank youfor your excellent training

  • @souravnandy8385
    @souravnandy8385 Před 3 měsíci

    It's really great, I do have a question. What if the JSON is 5 to 6 level nested struct. How can we make it to tabular format?

  • @shreyaspatil4861
    @shreyaspatil4861 Před 7 měsíci

    Thanks very much for the tutorial :) , I have a query regarding reading in json files.
    so i have an array of structs where each struct has a different structure/schema.
    And based on a certain property value of struct I apply filter to get that nested struct , however when I display using printschema it contains fields that do not belong to that object but are somehow being associated with the object from the schema of other structs , how can i possibly fix this issue ?