maui.eda.export_file_names_summary_pdf_leec

maui.eda.export_file_names_summary_pdf_leec(df, file_name, analysis_title=None, width=210)[source]

Export a summary PDF report with analysis of file names for LEEC project.

Parameters:
dfpandas.DataFrame

DataFrame containing the data to be analyzed.

file_namestr

Name of the output PDF file.

analysis_titlestr, optional

Title of the analysis section in the PDF.

widthint, optional

Width of the PDF document in millimeters.

Returns:
None

Notes

This function exports a summary PDF report with various analyses of file names for the LEEC project. It includes landscape analysis, environment analysis, and duration analysis. The PDF is created using the provided DataFrame df and saved with the specified file_name.

Examples

>>> export_file_names_summary_pdf_leec(df, 'summary_report.pdf', 
                                       analysis_title='Audio Files Analysis')