File tree 4 files changed +9
-14
lines changed
4 files changed +9
-14
lines changed Original file line number Diff line number Diff line change
1
+ Exploration
2
+ ===========
3
+
4
+ This directory contains early exploratory notebooks that have not been hardened
5
+ for production or distribution. Your mileage may vary/use at your own risk : )
Original file line number Diff line number Diff line change 11
11
" import datetime\n " ,
12
12
" import pandas as pd\n " ,
13
13
" import altair as alt\n " ,
14
- " import numpy as np\n " ,
15
- " from vega_datasets import data"
14
+ " import numpy as np"
16
15
]
17
16
},
18
17
{
115
114
},
116
115
"nbformat" : 4 ,
117
116
"nbformat_minor" : 2
118
- }
117
+ }
Original file line number Diff line number Diff line change 8
8
" import pandas as pd\n " ,
9
9
" import altair as alt\n " ,
10
10
" \n " ,
11
- " import bok .parsers\n " ,
11
+ " import infra .parsers\n " ,
12
12
" \n " ,
13
13
" # Define a conversion rate based on the current global market exchange rate.\n " ,
14
14
" IDR_TO_USD_RATE = 1.0/14150\n " ,
220
220
"nbconvert_exporter" : " python" ,
221
221
"pygments_lexer" : " ipython2" ,
222
222
"version" : " 2.7.6"
223
- },
224
- "pycharm" : {
225
- "stem_cell" : {
226
- "cell_type" : " raw" ,
227
- "source" : [],
228
- "metadata" : {
229
- "collapsed" : false
230
- }
231
- }
232
223
}
233
224
},
234
225
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 9
9
" import pandas as pd\n " ,
10
10
" import altair as alt\n " ,
11
11
" \n " ,
12
- " import bok.dask_infra "
12
+ " import infra.dask "
13
13
]
14
14
},
15
15
{
You can’t perform that action at this time.
0 commit comments