14. Databricks | Pyspark: Pivot & Unpivot

Поделиться
HTML-код
  • Опубликовано: 8 июл 2021
  • #Pivot, #Unpivot #Pyspark, #Databricks, #Spark
    #Databricks, #DatabricksTutorial, #AzureDatabricks
    #Databricks
    #Pyspark
    #Spark
    #AzureDatabricks
    #AzureADF
    #Databricks #LearnPyspark #LearnDataBRicks #DataBricksTutorial
    databricks spark tutorial
    databricks tutorial
    databricks azure
    databricks notebook tutorial
    databricks delta lake
    databricks azure tutorial,
    Databricks Tutorial for beginners,
    azure Databricks tutorial
    databricks tutorial,
    databricks community edition,
    databricks community edition cluster creation,
    databricks community edition tutorial
    databricks community edition pyspark
    databricks community edition cluster
    databricks pyspark tutorial
    databricks community edition tutorial
    databricks spark certification
    databricks cli
    databricks tutorial for beginners
    databricks interview questions
    databricks azure
  • НаукаНаука

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

  • @ndbweurt34485
    @ndbweurt34485 Год назад +9

    highly underrated channel. no body has explained databricks so well.

  • @avinash1722
    @avinash1722 2 месяца назад +1

    So well Articulated content.!!!

  • @gulsahtanay2341
    @gulsahtanay2341 5 месяцев назад +1

    Thank you for your efforts to provide this content.

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

    if i have multiple sum columns how should I perform

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

    How to do the same unpivot but with multiple columns so for example if I have not only "company" but "company","category","randomCol" want them to be unchanged. so result is
    columns :company, category, randomcol, quarter, revenue
    same effect as DAX(powerbi): Table.Unpivot(#"step1", {"Q1","Q2"}, "Quarter", "Revenue")- which adds columns quarter and revenue leaving all the other columns present in the table multiplicated when needed

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

    Hi Raja, Thanks for this effort to make our self to boost pyspark knowledge. Can I know How to access all those code in the pyspark playlist?

  • @purnimasharma9734
    @purnimasharma9734 Год назад +1

    Hi Raja, If you have more than 30 columns, is there a way to get the values dynamically (rather than typing each column's name and values) when you unpivot the data?

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

      Hi Purnima, yes it is possible with python logic. Though I haven't done, it's certainly possible

  • @rock9278
    @rock9278 4 месяца назад

    How to perform multiple Unpivot operations?

  • @sravanthireddy3849
    @sravanthireddy3849 Год назад +1

    Hi Raja,
    what about the interview do they ask syntax for functions ?? please reply

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

      Hi Sravanthi, ideally interviewers are looking for the thought process of a candidate. So no exact syntax is expected

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

    How to perform unpivot in spark SQL?

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

      select col1, stack(3, 'col2', col2, 'col3', col3, 'col4', col4) as (column,agg_value) from table

  • @ranaumershamshad
    @ranaumershamshad 10 месяцев назад +2

    Videos are very informative, but the starting and ending music is so annoying.