Menu

pycaravel: This module is designed to simplify continuous integration (CI) of data from multiple projects.

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.

class caravel.loaders._vcf.VCF[source]

Define the TSV loader.

load(path)[source]

A method that load the table data.

Parameters:

path : str

the path to the table to be loaded.

Returns:

data : Ordered dict

the loaded table.

Follow us

© 2025, Antoine Grigis