done
This commit is contained in:
15
lib/python3.11/site-packages/pandas-stubs/io/spss.pyi
Normal file
15
lib/python3.11/site-packages/pandas-stubs/io/spss.pyi
Normal file
@ -0,0 +1,15 @@
|
||||
from pandas.core.frame import DataFrame
|
||||
|
||||
from pandas._libs.lib import _NoDefaultDoNotUse
|
||||
from pandas._typing import (
|
||||
DtypeBackend,
|
||||
FilePath,
|
||||
HashableT,
|
||||
)
|
||||
|
||||
def read_spss(
|
||||
path: FilePath,
|
||||
usecols: list[HashableT] | None = None,
|
||||
convert_categoricals: bool = True,
|
||||
dtype_backend: DtypeBackend | _NoDefaultDoNotUse = "numpy_nullable",
|
||||
) -> DataFrame: ...
|
Reference in New Issue
Block a user