skcycling.datasets.load_rider

skcycling.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 skcycling.datasets import load_rider
>>> load_rider() # doctest : +ELLIPSIS
'...rider.csv'