csv
, tsv
, jsonl
and parquet
come to life. These dataset files can be multi-modal containing links to images, audio, and PDFs. You can query them in natural language, and edit them like a spreadsheet.
add
and commit
your changes.
fsspec
open
method.
write
method.
with
block.
OxenFS
implements the fsspec
interface, you can use it with any library that supports fsspec
. For example, you can use it with pandas to read and write to datasets.
images
directory, we can render the image by using the relative path to the image images/my_image_0.png
.
render
function in the dataset viewer. Go into the edit mode of the dataset, then edit the column you want to render. You can select from a few different rendering options including: image
, link
, markdown
, and code
.