-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
DocsIO Fixed Widthread_fwfread_fwfNeeds TriageIssue that has not been reviewed by a pandas team memberIssue that has not been reviewed by a pandas team member
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
main
here
Location of the documentation
https://pandas.pydata.org/pandas-docs/version/2.0/reference/api/pandas.read_fwf.html
Documentation problem
read_fwf does not support a string type in the filepath_or_buffer
argument.
Parameters:
filepath_or_buffer : str, path object, or file-like object
String, path object (implementing os.PathLike[str]), or file-like object implementing a text read() function.The string could be a URL. Valid URL schemes include http, ftp, s3, and file. For file URLs, a host is expected. A local file could be: file://localhost/path/to/table.csv.
Suggested fix for documentation
remove str/string from this parameter documentation
Metadata
Metadata
Assignees
Labels
DocsIO Fixed Widthread_fwfread_fwfNeeds TriageIssue that has not been reviewed by a pandas team memberIssue that has not been reviewed by a pandas team member