Skip to content

Commit

Permalink
Fix missing read_csv_kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Dec 18, 2023
1 parent 0b97ac8 commit 5597261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdgx/data_connectors/csv_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def _columns(self) -> list[str]:
sep=self.sep,
header=self.header,
nrows=0,
**self.read_csv_kwargs,
).columns.tolist()
return d

Expand Down

0 comments on commit 5597261

Please sign in to comment.