Skip to content

Requested that we add the creation of the manifest.xlsx file from the data frame. #4

@bdgregg

Description

@bdgregg

Between lines 195 and 196 (after the creation of the batch dirs) it was requested that we dump the data frame into xlsx. The file should be named manifest.xlsx in the batch directory.

# Export the DataFrame to an Excel file named 'manifest.xlsx'
df.to_excel('{batch_directory}/manifest.xlsx', index=False)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions