Skip to content

Commit

Permalink
Rewrite intro
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak committed Apr 2, 2024
1 parent 9a96638 commit b4650ef
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions datasets/doc/source/how-to-use-with-local-data.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Use with Local Data
===================

You can partition data from local files and in-memory data in
``Flower Datasets`` library using ``Partitioner`` s.
This guide details how to load and partition your dataset created from:
You can partition your local files and Python objects in
``Flower Datasets`` library using any available ``Partitioner``.

* local files: CSV, JSON, image, audio data,
This guide details how to create a `Hugging Face <https://huggingface.co/>`_ `Dataset <https://huggingface.co/docs/datasets/package_reference/main_classes#datasets.Dataset>`_ which is the required type of input for Partitioners.
We will cover:

* local files: CSV, JSON, image, audio,
* in-memory data : dictionary, list, pd.DataFrame, np.ndarray.


Expand Down

0 comments on commit b4650ef

Please sign in to comment.