Skip to content

Commit

Permalink
Merge branch 'remove-squeeze-argument' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
bartbroere committed Sep 7, 2023
2 parents 3e3e21f + 6d52c29 commit 8b9ab56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eland/etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ def csv_to_eland( # type: ignore
names=None,
index_col=None,
usecols=None,
squeeze=False,
prefix=None,
mangle_dupe_cols=True,
# General Parsing Configuration
Expand Down Expand Up @@ -485,7 +484,6 @@ def csv_to_eland( # type: ignore
"usecols": usecols,
"verbose": verbose,
"encoding": encoding,
"squeeze": squeeze,
"memory_map": memory_map,
"float_precision": float_precision,
"na_filter": na_filter,
Expand Down

0 comments on commit 8b9ab56

Please sign in to comment.