cyberosa
commited on
Commit
·
1ed8264
1
Parent(s):
e7dcf72
new parquet files for the TradeRs dashboard and update on gitignore
Browse files- .gitignore +3 -0
- active_traders.parquet +3 -0
- closed_markets_div.parquet +3 -0
- retention_activity.parquet.gz +3 -0
- weekly_mech_calls.parquet +3 -0
.gitignore
CHANGED
@@ -51,6 +51,9 @@ coverage.xml
|
|
51 |
*.cover
|
52 |
*.py,cover
|
53 |
.hypothesis/
|
|
|
|
|
|
|
54 |
.pytest_cache/
|
55 |
cover/
|
56 |
|
|
|
51 |
*.cover
|
52 |
*.py,cover
|
53 |
.hypothesis/
|
54 |
+
json_data/
|
55 |
+
historical_data/
|
56 |
+
tmp/
|
57 |
.pytest_cache/
|
58 |
cover/
|
59 |
|
active_traders.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cacadd1709d6c0d42cf99ba293ffe7d50dadee146b6b5d4bf08ac46b6244e79
|
3 |
+
size 77240
|
closed_markets_div.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45fa23888736a11e280cddf0dd652d3873e7a13f8bb0f2afb38f242bfb181a35
|
3 |
+
size 72542
|
retention_activity.parquet.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43fc612f930afbc66624597dadf6bf964e11117fbc1bcb76cf9e738cd6ac4881
|
3 |
+
size 6494976
|
weekly_mech_calls.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55254cf21bbcfbc997d35c3878326bf501eb9f57de9068dc12e9ebf2652e912a
|
3 |
+
size 53527
|