Skip to content

Commit ceca6fe

Browse files
committed
New section on structuring datasets
1 parent d91c108 commit ceca6fe

6 files changed

Lines changed: 1068 additions & 842 deletions

BasicDatatypes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"cell_type": "code",
15-
"execution_count": 40,
15+
"execution_count": null,
1616
"metadata": {
1717
"collapsed": true,
1818
"deletable": true,

Index.ipynb

Lines changed: 13 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -7,57 +7,19 @@
77
"editable": true
88
},
99
"source": [
10-
" ## [Basic Datatypes](BasicDatatypes.ipynb)"
11-
]
12-
},
13-
{
14-
"cell_type": "markdown",
15-
"metadata": {
16-
"deletable": true,
17-
"editable": true
18-
},
19-
"source": [
20-
"## [Meaning in layout](MeaningInLayout.ipynb)"
21-
]
22-
},
23-
{
24-
"cell_type": "markdown",
25-
"metadata": {
26-
"deletable": true,
27-
"editable": true
28-
},
29-
"source": [
30-
"## [Chunking](Chunking.ipynb)"
31-
]
32-
},
33-
{
34-
"cell_type": "markdown",
35-
"metadata": {
36-
"deletable": true,
37-
"editable": true
38-
},
39-
"source": [
40-
"## [Why you should always use compression](UsingCompression.ipynb)"
41-
]
42-
},
43-
{
44-
"cell_type": "markdown",
45-
"metadata": {
46-
"deletable": true,
47-
"editable": true
48-
},
49-
"source": [
50-
"## [Queries and selections](QueriesAndSelections.ipynb)"
51-
]
52-
},
53-
{
54-
"cell_type": "markdown",
55-
"metadata": {
56-
"deletable": true,
57-
"editable": true
58-
},
59-
"source": [
60-
"## Integration with pandas"
10+
"Table of Contents\n",
11+
"\n",
12+
"1. [Basic Datatypes](BasicDatatypes.ipynb)\n",
13+
"\n",
14+
"1. [Chunking](Chunking.ipynb)\n",
15+
"\n",
16+
"1. [Using Compression](UsingCompression.ipynb)\n",
17+
"\n",
18+
"1. [Structuring Datasets](StructuringDatasets.ipynb)\n",
19+
"\n",
20+
"1. [Querying in PyTables](QueryingInPyTables.ipynb)\n",
21+
"\n",
22+
"1. Integration with pandas"
6123
]
6224
},
6325
{

MeaningInLayout.ipynb

Lines changed: 0 additions & 227 deletions
This file was deleted.

0 commit comments

Comments
 (0)