Allow reading SAS files from archives by jonashaag · Pull Request #47154 · pandas-dev/pandas (original) (raw)
@bashtage now we have the problem that the substituted snippet is dedented:
...
iterator : bool, defaults to False
If True, returns an iterator for reading the file incrementally.
.. versionchanged:: 1.2
``TextFileReader`` is a context manager.
compression : str or dict, default 'infer'
For on-the-fly decompression of on-disk data. If 'infer' and '%s' is
...
Last line should be indented.
Any pointers how to deal with this?