Skip to content

Commit e617965

Browse files
committed
Update api-docs.txt
1 parent 12ee7e1 commit e617965

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pointblank/data/api-docs.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ Validate(data: 'FrameT | Any', tbl_name: 'str | None' = None, label: 'str | None
118118
- BigQuery table (`"bigquery"`)*
119119
- Parquet table (`"parquet"`)*
120120
- CSV files (string path or `pathlib.Path` object with `.csv` extension)
121-
- Parquet files (string path, `pathlib.Path` object, glob pattern, directory with `.parquet` extension, or Spark-style partitioned dataset)
121+
- Parquet files (string path, `pathlib.Path` object, glob pattern, directory with `.parquet`
122+
extension, or partitioned dataset)
122123

123124
The table types marked with an asterisk need to be prepared as Ibis tables (with type of
124125
`ibis.expr.types.relations.Table`). Furthermore, the use of `Validate` with such tables requires

0 commit comments

Comments
 (0)