-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
28 lines (27 loc) · 1.27 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ------------------------------------------------------------------------------------------------------------------- #
# Paths and filenames to run Python routines
# ------------------------------------------------------------------------------------------------------------------- #
# Folder to Crunchbase tables
PATH_CRUNCHBASE=./crunchbase/
# Folder to the correlation data and benchmarks
PATH_CORRELATIONS=/
# Folder where routines results are saved
PATH_EXPORTS=./
# Urls scraped from CoinMarketCap (provided)
FILE_URLS=./data/cryptoURLS1.csv
# Tags scraped from CoinMarketCap (provided)
FILE_TAGS=./data/coinmarketTAGS1.pkl
# Ticks scraped from CoinMarketCap (provided)
FILE_TICKS=./data/coinmarketTICKS1.pkl
# List of cryptocurrencies to remove (provided)
CRYPTO_TO_REMOVE=./data/crypto_to_remove.yaml
# Crypto market capitalization (provided)
MKT_DATA=./data/crypto_to_remove.yaml
# Crypto time series from CoinMarketCap (provided)
FILE_TIME_SERIES=./data/crypto_to_remove.yaml
# Cryptocurrency coinvestment network; this can be produced with create_network.py
FILE_NETWORK=./data/crypto_to_remove.yaml
# Cryptocurrencies cluster
FILE_CLUSTERS=./data
# Edgelist for the investor-cryptocurrency network; this can be produced with create_network.py
FILE_EDGELIST=./data/network_time_edgelist.csv