Skip to content

Commit 668defd

Browse files
committed
docs
1 parent 2bef060 commit 668defd

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

nbs/index.ipynb

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@
4141
"## Overview"
4242
]
4343
},
44+
{
45+
"cell_type": "code",
46+
"execution_count": null,
47+
"metadata": {},
48+
"outputs": [],
49+
"source": [
50+
"#| hide\n",
51+
"from nbdev.showdoc import show_doc"
52+
]
53+
},
4454
{
4555
"cell_type": "code",
4656
"execution_count": null,
@@ -1195,6 +1205,45 @@
11951205
"### Importing CSV/TSV/etc"
11961206
]
11971207
},
1208+
{
1209+
"cell_type": "code",
1210+
"execution_count": null,
1211+
"metadata": {},
1212+
"outputs": [
1213+
{
1214+
"data": {
1215+
"text/markdown": [
1216+
"---\n",
1217+
"\n",
1218+
"[source](https://github.com/AnswerDotAI/fastlite/blob/main/fastlite/core.py#LNone){target=\"_blank\" style=\"float:right; font-size:smaller\"}\n",
1219+
"\n",
1220+
"### Database.import_file\n",
1221+
"\n",
1222+
"> Database.import_file (table_name, file, format=None, pk=None)\n",
1223+
"\n",
1224+
"*Import path or handle `file` to new table `table_name`*"
1225+
],
1226+
"text/plain": [
1227+
"---\n",
1228+
"\n",
1229+
"[source](https://github.com/AnswerDotAI/fastlite/blob/main/fastlite/core.py#LNone){target=\"_blank\" style=\"float:right; font-size:smaller\"}\n",
1230+
"\n",
1231+
"### Database.import_file\n",
1232+
"\n",
1233+
"> Database.import_file (table_name, file, format=None, pk=None)\n",
1234+
"\n",
1235+
"*Import path or handle `file` to new table `table_name`*"
1236+
]
1237+
},
1238+
"execution_count": null,
1239+
"metadata": {},
1240+
"output_type": "execute_result"
1241+
}
1242+
],
1243+
"source": [
1244+
"show_doc(Database.import_file)"
1245+
]
1246+
},
11981247
{
11991248
"cell_type": "markdown",
12001249
"metadata": {},

0 commit comments

Comments
 (0)