Iterate through all checkpoints and add the json responses to the return output for the hash functions script

This commit is contained in:
brotoskyj
2025-08-21 16:57:16 -04:00
parent 8bd93c87b9
commit 2b84986b06
9 changed files with 59 additions and 62578 deletions
+1 -1
View File
@@ -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: