0

I need to update a python program to split some columns in the excel report. Would appreciate any help/advice on how to make it happen in python.

Example:

A table like this:

enter image description here

Needs to be changed to this:

enter image description here

Mainta
  • 35
  • 4
  • Please provide the input as DataFrame constructor – mozway Jun 01 '22 at 04:29
  • def df_to_Excel_sheet(excel_writer, df, sheet, thresh): df_field_info = pd.read_csv(row['Base_Path'] + r'\\Reports\\Fields.csv', encoding = 'latin-1') – Mainta Jun 01 '22 at 04:49

0 Answers0