Hochfrequenz / ebdamame

Python library to scrape .docx files with "Entscheidungsbaumdiagramm" tables into a truely machine readable structure
GNU General Public License v3.0
0 stars 0 forks source link

Add New Output To Export All EBD In One Excel File #217

Open hf-krechan opened 2 months ago

hf-krechan commented 2 months ago

Claudia would like to have an Excel file which contains all EBD tables.

The goal is to have something similar like the following excel file EBD_GPKE_LFW.xlsx

We do not need to fill column Häufigkeit.

Features

OLILHR commented 2 months ago

important columns: C D F G I J K (basically everything an EBD is made off) + M

hf-kklein commented 2 months ago

OK, let's split this into easy-to-handle isolated features:

So basically it's 3 real features (0), (1) and (3) and two utiliy functions/wrappers (2) + (4) around those features.