AWS Glue PySpark: Unpivot Columns To Rows

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • This video is a technical tutorial on how to Unpivot Columns using Pyspark in Python within the AWS Glue Service. This video will cover what method you need to use in order to Unpivot records into a more normalized structure.
    #aws #pyspark #awsglue

КОМЕНТАРІ • 4

  • @dataisfun4964
    @dataisfun4964 Рік тому +1

    Thanks perfect.

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

    Can it dynamically get the column names?

    • @DataEngUncomplicated
      @DataEngUncomplicated  Рік тому +1

      You can but you would have to write custom logic to do this the method doesn't appear to support this out of the box I don't think.