2024 Week 08 – Transpose Columns

Introduction In this workout, we received weather data from weather machine, where every hour degree are stored in a column, and degree for each area are represented as a row. To easily work on this data, we need to transpose the data from column to row. sample source data Requirements Create a dev org or use an …

2024 Week 08 – Transpose Columns Read More