Easily without switching between columns and rows in Excel, directly get your table listed in CSV using python.
The output format is in CSV (Comma-separated values), which you can later export to excel .xlxs file using any software like excel, numbers.
- csv module for python
pip install csv

