sksports.datasets.load_rider

sksports.datasets.load_rider()[source][source]

Return the path to a CSV file containing rider information.

Read more in the User Guide.

Parameters:
None
Returns:
filename : str

The path to the CSV file.

Examples

>>> from sksports.datasets import load_rider
>>> load_rider() # doctest : +ELLIPSIS
'...rider.csv'