Skip to content

Commit 0158931

Browse files
authored
Update dataset.md
1 parent 4b47de5 commit 0158931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/platform/storage/dataset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Dataset storage enables you to sequentially save and retrieve data. A unique dat
1919

2020
Typically, datasets comprise results from web scraping, crawling, and data processing jobs. You can visualize this data in a table, where each object is forming a row and its attributes are represented as columns. You have the option to export data in various formats, including JSON, CSV, XML, Excel, HTML Table, RSS or JSONL.
2121

22-
> Named datasets are retained indefinitely. <br/>
23-
> Unnamed datasets expire after 7 days unless otherwise specified. <br/> > [Learn more](/platform/storage/usage#named-and-unnamed-storages)
22+
> Named datasets are retained indefinitely.
23+
> Unnamed datasets expire after 7 days unless otherwise specified. [Learn more](/platform/storage/usage#named-and-unnamed-storages)
2424
2525
Dataset storage is _append-only_ - data can only be added and cannot be modified or deleted once stored.
2626

0 commit comments

Comments
 (0)