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._xlsx.XLSX[source]

Define the XLSX loader.

load(path)[source]

A method that load the table data.

Parameters:

path : str

the path to the table to be loaded.

Returns:

data : pandas DataFrame

the loaded table.

save(data, outpath)[source]

A method that save the table.

Parameters:

data : pandas DataFrame

the table to be saved.

outpath : str

the path where the the table will be saved.

Follow us

© 2025, Antoine Grigis