Skip to content

Commit

Permalink
fs connector docs improvement (#7996)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: a9076f37ed53eb2c8dae73f284a90c5b7bfcd796
  • Loading branch information
KamilPiechowiak authored and Manul from Pathway committed Jan 16, 2025
1 parent 0009e83 commit eedec56
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions python/pathway/io/fs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,12 @@ def read(
) -> Table:
"""Reads a table from one or several files with the specified format.
In case the folder is passed to the engine, the order in which files from the
directory are processed is determined according to the modification time of files
within this folder: they will be processed by ascending order of the modification time.
In case the format is "plaintext", the table will consist of a single column
``data`` with each cell containing a single line from the file.
In case the format is one of "plaintext_by_file" or "binary" the table will consist of
a single column ``data`` with each cell containing contents of the whole file.
Args:
path: Path to the file or to the folder with files or \
`glob <https://en.wikipedia.org/wiki/Glob_(programming)>`_ pattern for the \
Expand Down

0 comments on commit eedec56

Please sign in to comment.