fdl.RowDataSource

Provides the single row to use for point explanation.

Input ParameterTypeDefaultDescription
rowdictNoneSingle row to explain as a dictionary.
row = df.to_dict(orient='records')[0]

data_source = fdl.RowDataSource(
    row=row,
)