Hi, in this post, we are using Excel transpose function and Power Query to clean up our data headers to the format that we want.
Tag: Data Transformation
Split Python List into sublists base on index/indices
We will split a Python list into sublists base on the index position. The source code below and it’s quite self explanatory. The output :
