Skip to content

MD 602 Damage Equipment and Requirment #670

@mohammedamin74

Description

@mohammedamin74

import pandas as pd

Define the columns for the Excel sheet

columns = ['numbers', 'equipments', 'action plan', 'quotation', 'cast', 'remarks']

Create an empty DataFrame with the specified columns

df = pd.DataFrame(columns=columns)

Save the DataFrame to an Excel file

excel_filename = 'equipment_action_plan.xlsx'
df.to_excel(excel_filename, index=False)

print(f"Excel file '{excel_filename}' created successfully with columns: {columns}")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions