Your IP : 216.73.216.74


Current Path : /usr/local/python-3.13/lib/python3.13/site-packages/pandas/_libs/
Upload File :
Current File : //usr/local/python-3.13/lib/python3.13/site-packages/pandas/_libs/sas.pyi

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: ...