Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 290 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 290 Bytes

Usage

To load the dataset, use the following code snippet:

from whale_data import load_data

# Example: Print the first sample in the loaded dataset
print(load_data()[:1])

Refer to the docstring within the load_data function for available parameters and additional information.