Skip to content

Commit

Permalink
GH1049 Deprecate use_nullable_dtypes in read_parquet
Browse files Browse the repository at this point in the history
  • Loading branch information
loicdiridollou committed Nov 22, 2024
1 parent 29c6df6 commit 3d2b795
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas-stubs/io/parquet.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ def read_parquet(
engine: ParquetEngine = ...,
columns: list[str] | None = ...,
storage_options: StorageOptions = ...,
use_nullable_dtypes: bool = ...,
**kwargs: Any,
) -> DataFrame: ...

0 comments on commit 3d2b795

Please sign in to comment.