Bind sankey diagram data

def bind_sankey_data(
self,
source: str = None,
target: str = None,
value: str = None,
filter: str = None,
facet: str = None,
step_from: str = None,
step_to: str = None,
metadata: Union[list, str] = None
)
python
ArgumentsType hintDescription
selfFlourishReturns the Flourish object
sourcestr, optionalSource. Suggested data type hints: string. Flourish type hint: column
targetstr, optionalTarget. Suggested data type hints: string. Flourish type hint: column
valuestr, optionalValue of link. A numerical value used to set the thickness of the links. Suggested data type hints: number. Flourish type hint: column
filterstr, optionalFilter. Suggested data type hints: string, number, datetime. Flourish type hint: column
facetstr, optionalGrid of charts. Suggested data type hints: string. Flourish type hint: column
step_fromstr, optionalStep from. An integer(whole number) used to indicate where a link starts from (used only in Alluvial mode). Suggested data type hints: number. Flourish type hint: column
step_tostr, optionalStep to. An integer(whole number) used to indicate where a link goes to (used only in Alluvial mode). Suggested data type hints: number. Flourish type hint: column
metadataUnion[list, str], optionalInfo for popups. One or more columns of information (text, image URLs, embedded charts etc) to include in popups and panels Suggested data type hints: number, datetime, string. Flourish type hint: columns