2 Google BigQuery Array (a.k.a. repeated field) & Struct (a.k.a. nested field) for beginners

Поділитися
Вставка
  • Опубліковано 5 жов 2024

КОМЕНТАРІ • 12

  • @juanadearco6356
    @juanadearco6356 2 роки тому +1

    Good! I'm studying for the DE exam now and I will only refer to your tutorials.

  • @eshwargetenv1
    @eshwargetenv1 Рік тому

    so insightful. thanks a lot!

  • @ganeshkumar3535
    @ganeshkumar3535 2 роки тому +1

    Excellent demo

  • @AmitSharma-yi9dr
    @AmitSharma-yi9dr 2 роки тому +1

    great explanation! How does update statement work on an array field in BigQuery table. I am trying to update 1 field in an array. is it possible?

  • @BogdanDumitru-mj6fh
    @BogdanDumitru-mj6fh Рік тому

    What will be the method to extract a string from the nested 'basic_info' which is within the repeated record 'restaurant' in the last table structure?

  • @praptijoshi9102
    @praptijoshi9102 Рік тому

    What if after column: cuisine_array also we want to map the row Indian with say 4 other rows such as a,b,c,d , the row Casual with e,f,g and StreetFood with null, how will we create that

  • @theduffrichie2050
    @theduffrichie2050 2 роки тому

    great one , only i am struggling with double un nesting to get cuisine info , should have shown that too . nevertheless will read on it .part 2 done , binge watch part 3--> going to next

    • @theduffrichie2050
      @theduffrichie2050 2 роки тому

      dont really get , how do i do double unnest here to get cusini names with casual in it.please help with snippet here if possible . would be much appreciated @datatech

    • @DataTechByAnandKumar
      @DataTechByAnandKumar  Рік тому

      Email me the details.

  • @maniratnampatchigolla419
    @maniratnampatchigolla419 2 роки тому

    can you please let me know how to unnest the nested arrays ex: [1,2,[3,4],3,4,[2,5],5,6] if possible please provide me the query as i'm completely new to this and i'm learning