rosacastillo
commited on
Commit
·
0031424
1
Parent(s):
c2d9f71
updating information from trades
Browse files- data/all_trades_profitability.parquet +2 -2
- data/fpmmTrades.parquet +2 -2
- data/fpmms.parquet +2 -2
- data/invalid_trades.parquet +2 -2
- data/summary_profitability.parquet +2 -2
- scripts/markets.py +1 -1
data/all_trades_profitability.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e3f78f46ebb99a74a0c6965c091251c81bd283078c5a2731fa29b915e85950f
|
3 |
+
size 1727275
|
data/fpmmTrades.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec5e9eac58311efb3492d93bf253993863b073b420cae74944a293c92c17fcdc
|
3 |
+
size 5442383
|
data/fpmms.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a7edf74b65cbed42947158ae9603a5c177d57792ff455b87dfa55f106d668cc
|
3 |
+
size 419359
|
data/invalid_trades.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34b27ad37752126eabf389ebadfd04d9c8da718b77355f6d26918ef8a5c98adf
|
3 |
+
size 239854
|
data/summary_profitability.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b4f955e507698c53a1e04b654b098491ef0bc10c02ee55da493d8fbd5669498
|
3 |
+
size 36397
|
scripts/markets.py
CHANGED
@@ -240,7 +240,7 @@ def etl(filename: Optional[str] = None) -> pd.DataFrame:
|
|
240 |
pearl_fpmms = fetch_pearl_fpmms()
|
241 |
pearl_fpmms = transform_fpmms(pearl_fpmms)
|
242 |
pearl_fpmms["market_creator"] = "pearl"
|
243 |
-
print(f"Results for the market creator
|
244 |
fpmms = pd.concat([qs_fpmms, pearl_fpmms], ignore_index=True)
|
245 |
|
246 |
if filename:
|
|
|
240 |
pearl_fpmms = fetch_pearl_fpmms()
|
241 |
pearl_fpmms = transform_fpmms(pearl_fpmms)
|
242 |
pearl_fpmms["market_creator"] = "pearl"
|
243 |
+
print(f"Results for the market creator pearl. Len = {len(pearl_fpmms)}")
|
244 |
fpmms = pd.concat([qs_fpmms, pearl_fpmms], ignore_index=True)
|
245 |
|
246 |
if filename:
|