I want to create a list in Python from the dataset below: With some data wrangling by transposing the data to convert the value with this code: The data frame look like this: For example, Final result that I expected should be a list that consists a maximum value from each column: Answer You can try this: Output: