Updated script that can be controled by Nodejs web app
This commit is contained in:
7
lib/python3.13/site-packages/pandas/_libs/sas.pyi
Normal file
7
lib/python3.13/site-packages/pandas/_libs/sas.pyi
Normal file
@ -0,0 +1,7 @@
|
||||
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: ...
|
Reference in New Issue
Block a user