Files
convertions/convertions-env/lib/python3.11/site-packages/pandas/_libs/sas.pyi
2024-09-29 01:45:31 -04:00

8 lines
224 B
Python

from pandas.io.sas.sas7bdat import SAS7BDATReader
class Parser:
def __init__(self, parser: SAS7BDATReader) -> None: ...
def read(self, nrows: int) -> None: ...
def get_subheader_index(signature: bytes) -> int: ...