Iterate through all checkpoints and add the json responses to the return output for the hash functions script
This commit is contained in:
@@ -8,7 +8,7 @@ def aggregateHashes(executions_json) -> pd.DataFrame:
|
||||
"""
|
||||
Takes the executions, aggregates all the data with sha256 as primary, then returns aggregated dataframe
|
||||
"""
|
||||
data = executions_json.json()
|
||||
data = executions_json
|
||||
df = pd.DataFrame(data["response"]["exechistories"])
|
||||
|
||||
if df.empty:
|
||||
|
||||
Reference in New Issue
Block a user