Skip to content

Add PDF report generation for dataframes#22

Open
ferdlestier wants to merge 1 commit into
mainfrom
add-pdf-report
Open

Add PDF report generation for dataframes#22
ferdlestier wants to merge 1 commit into
mainfrom
add-pdf-report

Conversation

@ferdlestier
Copy link
Copy Markdown
Owner

@ferdlestier ferdlestier commented Jul 23, 2024

Add functionality to generate a PDF report with dataframes in parser.py.

  • Dependencies:

    • Add matplotlib and fpdf to requirements.txt.
  • PDF Report Generation:

    • Import matplotlib and fpdf libraries in parser.py.
    • Add functionality to generate a PDF report with the dataframes.
    • Save each dataframe as a table in the PDF report.
    • Generate a PDF report named report.pdf.
  • Tests:

    • Add test in tests/test_parser.py to verify PDF report generation.
    • Ensure the PDF report is created and contains the expected data.

For more details, open the Copilot Workspace session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant