Skip to content

Commit

Permalink
Merge pull request #326 from katyakats/small_fix
Browse files Browse the repository at this point in the history
ML-1020: changing documentation to match pr#286
  • Loading branch information
urihoenig authored Dec 12, 2021
2 parents 6272997 + 7d04cf3 commit 85d1693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storey/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -793,9 +793,9 @@ class ParquetSource(DataframeSource):
:parameter paths: paths to Parquet files
:parameter columns : list, default=None. If not None, only these columns will be read from the file.
:parameter start_filter: datetime. If not None, the results will be filtered by partitions and 'filter_column' >= start_filter.
:parameter start_filter: datetime. If not None, the results will be filtered by partitions and 'filter_column' > start_filter.
Default is None
:parameter end_filter: datetime. If not None, the results will be filtered by partitions 'filter_column' < end_filter.
:parameter end_filter: datetime. If not None, the results will be filtered by partitions 'filter_column' <= end_filter.
Default is None
:parameter filter_column: Optional. if not None, the results will be filtered by this column and before and/or after
"""
Expand Down

0 comments on commit 85d1693

Please sign in to comment.