Bind sports race data

def bind_sports_race_data(
self,
name: str = None,
times: Union[list, str] = None,
start_image: str = None,
race_image: str = None,
finish_image: str = None,
color_category: str = None
)
python
ArgumentsType hintDescription
selfFlourishReturns the Flourish object
namestr, optionalName. Name of competitor. Flourish type hint: column
timesUnion[list, str], optionalTimes. One or more columns of numbers, representing splits or laps, or a whole race. Flourish type hint: columns
start_imagestr, optionalStart image. The image to use at the start of the race. Add an image URL or right-click on a cell to upload an image. Flourish type hint: column
race_imagestr, optionalRacing image. The image to use while a participant is racing. Add an image URL or right-click on a cell to upload an image. Flourish type hint: column
finish_imagestr, optionalFinish image. The image to use when the participant has finished the race. Add an image URL or right-click on a cell to upload an image. Flourish type hint: column
color_categorystr, optionalColor category. Add a category to color participants by. If empty, the name column will be used for colors. Flourish type hint: column