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 98bb2e4 commit d1941adCopy full SHA for d1941ad
simvue/converters.py
@@ -3,7 +3,6 @@ def to_dataframe(data):
3
Convert runs to dataframe
4
"""
5
import pandas as pd
6
-
7
columns = {}
8
for run in data:
9
for item in ('name', 'status', 'folder', 'created', 'started', 'ended'):
0 commit comments