src.load_data¶
Load data from CSV files and PDF files using Polars and OCR.
Functions
|
Load and merge data from CSV files using Polars, with improvements for efficiency. |
|
Load and transform the data from PDF files using OCR. |
- src.load_data.load_dossier(raw_data_path, dossier_id)[source]¶
Load and merge data from CSV files using Polars, with improvements for efficiency.
- Parameters:
raw_data_path (
Path
) – The path to the raw data files.dossier_id (
str
) – The dossier ID to filter the data.
- Return type:
DataFrame
- Returns:
A merged dataframe with all data filtered by the selected dossier ID.