Hi,
from alpha_vantage.cryptocurrencies import CryptoCurrencies
I use get_digital_currency_daily, as well as weekly, the return dataframe has columns:
Index(['1a. open (USD)', '1b. open (USD)', '2a. high (USD)', '2b. high (USD)',
'3a. low (USD)', '3b. low (USD)', '4a. close (USD)', '4b. close (USD)',
'5. volume', '6. market cap (USD)'],
dtype='object')
Hi, from alpha_vantage.cryptocurrencies import CryptoCurrencies I use get_digital_currency_daily, as well as weekly, the return dataframe has columns: Index(['1a. open (USD)', '1b. open (USD)', '2a. high (USD)', '2b. high (USD)', '3a. low (USD)', '3b. low (USD)', '4a. close (USD)', '4b. close (USD)', '5. volume', '6. market cap (USD)'], dtype='object')
Is the duplicate columns intentional or a bug?
Thanks