Write a Python function to do the following: Create a Excel witha table (enter numbers) Save the file as CSV (comma separatedvalues) file. Read in the CSV file and swap the column and row.Example: Input table: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Outputtable: 1 6 11 2 7 12 3 8 13 4 9 14 5 10 15 Submit your script andpaste a sample run output. Note: please give run able answer .Thanks in advance
Solution
`Hey,
Note: Brother in case of any queries, just comment inbox I would be very happy
OR
OR