Skip to content

Commit

Permalink
Remove squeeze argument
Browse files Browse the repository at this point in the history
  • Loading branch information
bartbroere committed Sep 7, 2023
1 parent eb69496 commit 6d52c29
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 6d52c29

Please sign in to comment.