Skip to content

Commit

Permalink
add full and trade pair csvs
Browse files Browse the repository at this point in the history
  • Loading branch information
fmrmf committed Sep 22, 2022
1 parent ed6fdb9 commit 48c7800
Show file tree
Hide file tree
Showing 9 changed files with 72,910 additions and 4,239 deletions.
30,996 changes: 30,996 additions & 0 deletions notebook/data/pairs_full.csv

Large diffs are not rendered by default.

File renamed without changes.
8,218 changes: 4,109 additions & 4,109 deletions notebook/data/pairs_filtered.csv → notebook/data/pairs_trade.csv

Large diffs are not rendered by default.

24,995 changes: 24,995 additions & 0 deletions notebook/data/specifics/nfts.csv

Large diffs are not rendered by default.

4,110 changes: 4,110 additions & 0 deletions notebook/data/specifics/trade/bonding_curves.csv

Large diffs are not rendered by default.

4,110 changes: 4,110 additions & 0 deletions notebook/data/specifics/trade/deltas.csv

Large diffs are not rendered by default.

4,110 changes: 4,110 additions & 0 deletions notebook/data/specifics/trade/fees.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion notebook/queries/sudo-pairs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@
"outputs": [],
"source": [
"# save pairs query to csv for later easier loading\n",
"query_pairs.to_csv('../data/pairs.csv', index=False)"
"query_pairs.to_csv('../data/pairs_raw.csv', index=False)"
]
},
{
Expand Down
Loading

0 comments on commit 48c7800

Please sign in to comment.