mirror of
https://github.com/deepseek-ai/smallpond
synced 2025-06-26 18:27:45 +00:00
init
This commit is contained in:
28
docs/source/api/dataset.rst
Normal file
28
docs/source/api/dataset.rst
Normal file
@@ -0,0 +1,28 @@
|
||||
.. currentmodule:: smallpond.logical.dataset
|
||||
|
||||
Dataset
|
||||
=======
|
||||
|
||||
Dataset represents a collection of files.
|
||||
|
||||
To create a dataset:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
dataset = ParquetDataSet("path/to/dataset/*.parquet")
|
||||
|
||||
DataSets
|
||||
--------
|
||||
|
||||
.. autosummary::
|
||||
:toctree: ../generated
|
||||
|
||||
DataSet
|
||||
FileSet
|
||||
ParquetDataSet
|
||||
CsvDataSet
|
||||
JsonDataSet
|
||||
ArrowTableDataSet
|
||||
PandasDataSet
|
||||
PartitionedDataSet
|
||||
SqlQueryDataSet
|
||||
Reference in New Issue
Block a user