You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Create a Python script to execute the following query
The query will produce a dataset for a particular query with the schema predictionID, epoch, timestamp, stake, wallet address, payout, trueValue, and predicted value
Describe the solution you'd like
The script should produce CSV files for each feed. They can originally be manually consolidated together, and aggregation can be automated into the script later.
Additional context
The goal is to support this epic . We want to use the subgraphs to create a raw source dataset of all predictions so that all analytics can be conducted downstream with tools better optimized for column-level queries.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Create a Python script to execute the following query
The query will produce a dataset for a particular query with the schema predictionID, epoch, timestamp, stake, wallet address, payout, trueValue, and predicted value
Describe the solution you'd like
The script should produce CSV files for each feed. They can originally be manually consolidated together, and aggregation can be automated into the script later.
Additional context
The goal is to support this epic . We want to use the subgraphs to create a raw source dataset of all predictions so that all analytics can be conducted downstream with tools better optimized for column-level queries.
The text was updated successfully, but these errors were encountered: