We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d800463 commit c32ece3Copy full SHA for c32ece3
examples/quick-dataset-analysis.ipynb
@@ -274,7 +274,7 @@
274
" <thead>\n",
275
" <tr style=\"text-align: right;\">\n",
276
" <th></th>\n",
277
- " <th>img_filename</th>\n",
+ " <th>filename</th>\n",
278
" <th>fastdup_id</th>\n",
279
" <th>error_code</th>\n",
280
" <th>is_valid</th>\n",
@@ -328,7 +328,7 @@
328
"</div>"
329
],
330
"text/plain": [
331
- " img_filename fastdup_id error_code is_valid\n",
+ " filename fastdup_id error_code is_valid\n",
332
"0 Abyssinian_34.jpg 135 ERROR_ZERO_SIZE_FILE False\n",
333
"1 Egyptian_Mau_139.jpg 2240 ERROR_ZERO_SIZE_FILE False\n",
334
"2 Egyptian_Mau_145.jpg 2247 ERROR_ZERO_SIZE_FILE False\n",
0 commit comments