Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions oma.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Python code to split the list two element
# Python code to split a list of two element
# at a time and insert it into excel.

# Importing pandas as pd
Expand Down Expand Up @@ -66,4 +66,4 @@
df['BA'] = BA[0::]

# Converting to excel
df.to_excel('result.xlsx', index = False)
df.to_excel('result.xlsx', index = False)