diff --git a/nbs/index.ipynb b/nbs/index.ipynb index 67e4573..b5a8f38 100644 --- a/nbs/index.ipynb +++ b/nbs/index.ipynb @@ -109,7 +109,7 @@ { "data": { "text/plain": [ - "Album, Artist, Customer, Employee, Genre, Invoice, InvoiceLine, MediaType, Playlist, PlaylistTrack, Track, sqlite_stat1, sqlite_stat4" + "Album, Artist, Customer, Employee, Genre, Invoice, InvoiceLine, MediaType, Playlist, PlaylistTrack, Track" ] }, "execution_count": null, @@ -129,27 +129,6 @@ "You can use this to grab a single table...:" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "" - ] - }, - "execution_count": null, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "artist = dt.artists\n", - "artist" - ] - }, { "cell_type": "code", "execution_count": null,