We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3c14d commit fd89b84Copy full SHA for fd89b84
nisystemlink/clients/testmonitor/utilities/_dataframe_utilities.py
@@ -12,9 +12,8 @@ def convert_results_to_dataframe(
12
13
Args:
14
results: The list of results to be included in the dataframe.
15
- set_id_as_index: If true, result id will be set as index for the dataframe.
+ set_id_as_index: If true (default value), result id will be set as index for the dataframe.
16
If false, index will not be set.
17
- Default value is false.
18
19
Returns:
20
A Pandas DataFrame with the each result fields having a separate column.
0 commit comments