Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Sep 7, 2024
1 parent 2bef060 commit 668defd
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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": {},
Expand Down

0 comments on commit 668defd

Please sign in to comment.