Skip to content

Commit c359a78

Browse files
committed
cleanup: Move early notebooks to exploration directory
1 parent f909a5c commit c359a78

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
lines changed

exploration/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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 : )

dns-logs.ipynb exploration/dns-logs.ipynb

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"import datetime\n",
1212
"import pandas as pd\n",
1313
"import altair as alt\n",
14-
"import numpy as np\n",
15-
"from vega_datasets import data"
14+
"import numpy as np"
1615
]
1716
},
1817
{
@@ -115,4 +114,4 @@
115114
},
116115
"nbformat": 4,
117116
"nbformat_minor": 2
118-
}
117+
}

economics.ipynb exploration/economics.ipynb

+1-10
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"import pandas as pd\n",
99
"import altair as alt\n",
1010
"\n",
11-
"import bok.parsers\n",
11+
"import infra.parsers\n",
1212
"\n",
1313
"# Define a conversion rate based on the current global market exchange rate.\n",
1414
"IDR_TO_USD_RATE = 1.0/14150\n",
@@ -220,15 +220,6 @@
220220
"nbconvert_exporter": "python",
221221
"pygments_lexer": "ipython2",
222222
"version": "2.7.6"
223-
},
224-
"pycharm": {
225-
"stem_cell": {
226-
"cell_type": "raw",
227-
"source": [],
228-
"metadata": {
229-
"collapsed": false
230-
}
231-
}
232223
}
233224
},
234225
"nbformat": 4,

transactions.ipynb exploration/transactions.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"import pandas as pd\n",
1010
"import altair as alt\n",
1111
"\n",
12-
"import bok.dask_infra"
12+
"import infra.dask"
1313
]
1414
},
1515
{

0 commit comments

Comments
 (0)