Skip to content

Commit 86b0759

Browse files
priyadarshini-niPriyadarshini Piramanayagam
and
Priyadarshini Piramanayagam
authored
fix: Delete product created during result client test fixture (#104)
Co-authored-by: Priyadarshini Piramanayagam <priydarshini.piramanayagam@emerson.com>
1 parent db5a4ab commit 86b0759

File tree

2 files changed

+134
-85
lines changed

2 files changed

+134
-85
lines changed

nisystemlink/clients/testmonitor/utilities/_dataframe_utilities.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ def convert_results_to_dataframe(
1212
1313
Args:
1414
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.
15+
set_id_as_index: If true (default value), result id will be set as index for the dataframe.
1616
If false, index will not be set.
17-
Default value is false.
1817
1918
Returns:
2019
A Pandas DataFrame with the each result fields having a separate column.

0 commit comments

Comments
 (0)