Skip to content

Commit c32ece3

Browse files
committed
fixing notebook
1 parent d800463 commit c32ece3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/quick-dataset-analysis.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
" <thead>\n",
275275
" <tr style=\"text-align: right;\">\n",
276276
" <th></th>\n",
277-
" <th>img_filename</th>\n",
277+
" <th>filename</th>\n",
278278
" <th>fastdup_id</th>\n",
279279
" <th>error_code</th>\n",
280280
" <th>is_valid</th>\n",
@@ -328,7 +328,7 @@
328328
"</div>"
329329
],
330330
"text/plain": [
331-
" img_filename fastdup_id error_code is_valid\n",
331+
" filename fastdup_id error_code is_valid\n",
332332
"0 Abyssinian_34.jpg 135 ERROR_ZERO_SIZE_FILE False\n",
333333
"1 Egyptian_Mau_139.jpg 2240 ERROR_ZERO_SIZE_FILE False\n",
334334
"2 Egyptian_Mau_145.jpg 2247 ERROR_ZERO_SIZE_FILE False\n",

0 commit comments

Comments
 (0)