## lamindb.examples.croissant

Examples for MLCommons Croissant files, which are used to store
metadata about datasets.

lamindb.examples.croissant.mini_immuno(n_files=1, filepath_prefix='', strip_version=False)

 Return paths to the mini immuno dataset and its metadata as a
 Croissant file.

 Parameters:
 * **n_files** ("int", default: "1") -- Number of files inside
 the croissant file.

 * **filepath_prefix** ("str", default: "''") -- Move the dataset
 and references to it in a specific directory.

 Return type:
 "list"["Path"]

 Example

 croissant_path, dataset1_path = ln.examples.croissant.mini_immuno()
 croissant_path, dataset1_path, dataset2_path = ln.examples.croissant.mini_immuno(n_files=2)