Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Jul 18, 2024
1 parent 9d492ce commit 9ef0011
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions py-polars/polars/io/csv/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,8 +963,8 @@ def scan_csv(
----------
source
Path(s) to a file or directory
When needing to authenticate for scanning cloud locations, see the `storage_options`
parameter.
When needing to authenticate for scanning cloud locations, see the
`storage_options` parameter.
has_header
Indicate if the first row of the dataset is a header or not. If set to False,
column names will be autogenerated in the following format: `column_x`, with
Expand Down
4 changes: 2 additions & 2 deletions py-polars/polars/io/ipc/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ def scan_ipc(
----------
source
Path(s) to a file or directory
When needing to authenticate for scanning cloud locations, see the `storage_options`
parameter.
When needing to authenticate for scanning cloud locations, see the
`storage_options` parameter.
n_rows
Stop reading from IPC file after reading `n_rows`.
cache
Expand Down
8 changes: 4 additions & 4 deletions py-polars/polars/io/parquet/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def read_parquet(
----------
source
Path(s) to a file or directory
When needing to authenticate for scanning cloud locations, see the `storage_options`
parameter.
When needing to authenticate for scanning cloud locations, see the
`storage_options` parameter.
File-like objects are supported (by "file-like object" we refer to objects
that have a `read()` method, such as a file handler like the builtin `open`
Expand Down Expand Up @@ -323,8 +323,8 @@ def scan_parquet(
----------
source
Path(s) to a file or directory
When needing to authenticate for scanning cloud locations, see the `storage_options`
parameter.
When needing to authenticate for scanning cloud locations, see the
`storage_options` parameter.
n_rows
Stop reading from parquet file after reading `n_rows`.
row_index_name
Expand Down

0 comments on commit 9ef0011

Please sign in to comment.