mirror of
https://github.com/norandom/trading_analysis.git
synced 2024-11-23 13:33:43 +00:00
removing and rerolling API key
This commit is contained in:
parent
361a3f1c77
commit
0ce04f3b11
@ -760,8 +760,6 @@
|
||||
"source": [
|
||||
"import pandas as pd\n",
|
||||
"\n",
|
||||
"API_TOKEN = '964268845594aabc3fdc5fb6e47a4184256d1a35'\n",
|
||||
"\n",
|
||||
"consumer_price_index_de_df = pd.read_csv(\n",
|
||||
" 'https://www.econdb.com/api/series/CPIDE/?token=%s&format=csv' % API_TOKEN,\n",
|
||||
" index_col='Date', parse_dates=['Date'])"
|
||||
|
Loading…
Reference in New Issue
Block a user