snowflake.snowpark.Row.asDict¶
- Row.asDict(recursive: bool = False) Dict[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/row.py#L266-L285)¶
Convert to a dict if this row object has both keys and values.
- Parameters:
recursive – Recursively convert child
Rowobjects to dicts. Default is False.