File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -1979,21 +1979,6 @@ def ingest_dataframe(
1979
1979
1980
1980
Examples:
1981
1981
1982
-
1983
- >>> # Ingest local data in COCO format to a Deep Lake dataset stored in Deep Lake storage.
1984
- >>> ds = deeplake.ingest_coco(
1985
- >>> "<path/to/images/directory>",
1986
- >>> ["path/to/annotation/file1.json", "path/to/annotation/file2.json"],
1987
- >>> dest="hub://org_id/dataset",
1988
- >>> key_to_tensor_mapping={"category_id": "labels", "bbox": "boxes"},
1989
- >>> file_to_group_mapping={"file1.json": "group1", "file2.json": "group2"},
1990
- >>> ignore_keys=["area", "image_id", "id"],
1991
- >>> num_workers=4,
1992
- >>> )
1993
- >>> # Ingest data from your cloud into another Deep Lake dataset in your cloud, and connect that dataset to the Deep Lake backend.
1994
-
1995
-
1996
-
1997
1982
>>> # Ingest data from a DataFrame into a Deep Lake dataset stored in Deep Lake storage.
1998
1983
>>> ds = deeplake.ingest_dataframe(
1999
1984
>>> df,
You can’t perform that action at this time.
0 commit comments