From bd2bce865e1ed1f49cd8d883a8d394142a1ef07e Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Thu, 23 Jan 2025 15:09:04 +0000 Subject: [PATCH] Remove call to instantiate mispelling of Artist table Co-Authored-By: Audrey Roy Greenfeld Co-Authored-By: Rens <9828683+RensDimmendaal@users.noreply.github.com> --- nbs/index.ipynb | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) 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,