Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 384 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 384 Bytes

STEPS: Upon opening the file

1- Pip install pandas (and any other requirements if appear in terminal)

2- Pick the column you want to extract from the Excel Sheet by the number index

3- Replace the example path with yours in file_path = " "

4- Run, and it should print in this format: ['list', 'from', 'column'] in your terminal which can be copied for whatever you needed it for!