Skip to content

Commit

Permalink
Add include_columns parameter in ConvertOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoravec committed Oct 18, 2024
1 parent caa15a8 commit e75f8d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyarrow-stubs/_csv.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class ConvertOptions(lib._Weakrefable):
decimal_point: str = "."
strings_can_be_null: bool = False
quoted_strings_can_be_null: bool = True
include_columns: list[str] | None = None
include_missing_columns: bool = False
auto_dict_encode: bool = False
auto_dict_max_cardinality: int | None = None
Expand Down

0 comments on commit e75f8d0

Please sign in to comment.