more changes

This commit is contained in:
2025-01-14 09:44:32 +01:00
parent 997d618ff1
commit 2acaea588b
6 changed files with 6 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
import pandas as pd
from docx import Document
import re
letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
def word_docx_to_csv(path) -> pd.DataFrame: