diff --git a/nbs/index.ipynb b/nbs/index.ipynb index c7fb84b..da5b605 100644 --- a/nbs/index.ipynb +++ b/nbs/index.ipynb @@ -41,6 +41,16 @@ "## Overview" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "#| hide\n", + "from nbdev.showdoc import show_doc" + ] + }, { "cell_type": "code", "execution_count": null, @@ -1195,6 +1205,45 @@ "### Importing CSV/TSV/etc" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [ + { + "data": { + "text/markdown": [ + "---\n", + "\n", + "[source](https://github.com/AnswerDotAI/fastlite/blob/main/fastlite/core.py#LNone){target=\"_blank\" style=\"float:right; font-size:smaller\"}\n", + "\n", + "### Database.import_file\n", + "\n", + "> Database.import_file (table_name, file, format=None, pk=None)\n", + "\n", + "*Import path or handle `file` to new table `table_name`*" + ], + "text/plain": [ + "---\n", + "\n", + "[source](https://github.com/AnswerDotAI/fastlite/blob/main/fastlite/core.py#LNone){target=\"_blank\" style=\"float:right; font-size:smaller\"}\n", + "\n", + "### Database.import_file\n", + "\n", + "> Database.import_file (table_name, file, format=None, pk=None)\n", + "\n", + "*Import path or handle `file` to new table `table_name`*" + ] + }, + "execution_count": null, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "show_doc(Database.import_file)" + ] + }, { "cell_type": "markdown", "metadata": {},