We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pandas/api/typing/__init__.py
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding new functionality to pandas
Changing existing functionality in pandas
Removing existing functionality in pandas
These classes can be returned by read_sas(..., iterator=True/chunksize=...)
read_sas(..., iterator=True/chunksize=...)
Adding from pandas.io.sas.sas_xport import XportReader and from pandas.io.sas.sas7bdat import SAS7BDATReader to pandas/api/typing/__init__.py
from pandas.io.sas.sas_xport import XportReader
from pandas.io.sas.sas7bdat import SAS7BDATReader
None
No response
The text was updated successfully, but these errors were encountered:
It could(?) be sufficient to export the abstract base class.
pandas/pandas/io/sas/sasreader.py
Line 35 in 074ab2f
If we go that route, we probably should let ReaderBase inherit from Iterator instead of the child classes.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Feature Type
Adding new functionality to pandas
Changing existing functionality in pandas
Removing existing functionality in pandas
Problem Description
These classes can be returned by
read_sas(..., iterator=True/chunksize=...)
Feature Description
Adding
from pandas.io.sas.sas_xport import XportReader
andfrom pandas.io.sas.sas7bdat import SAS7BDATReader
topandas/api/typing/__init__.py
Alternative Solutions
None
Additional Context
No response
The text was updated successfully, but these errors were encountered: