We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210fb20 commit 0e0fa0aCopy full SHA for 0e0fa0a
pandas/io/common.py
@@ -187,8 +187,8 @@ def _stringify_path(filepath_or_buffer):
187
def get_filepath_or_buffer(filepath_or_buffer, encoding=None,
188
compression=None):
189
"""
190
- If the filepath_or_buffer is a url, translate and return the buffer
191
- passthru otherwise.
+ If the filepath_or_buffer is a url, translate and return the buffer.
+ Otherwise passthrough.
192
193
Parameters
194
----------
0 commit comments