We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df34770 commit f115ebeCopy full SHA for f115ebe
haystack/components/preprocessors/csv_document_cleaner.py
@@ -28,6 +28,7 @@ class CSVDocumentCleaner:
28
29
def __init__(
30
self,
31
+ *,
32
ignore_rows: int = 0,
33
ignore_columns: int = 0,
34
remove_empty_rows: bool = True,
0 commit comments