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 69ddd07 commit 98bcf5aCopy full SHA for 98bcf5a
csv2sqlite.ipynb
@@ -63,7 +63,7 @@
63
" return sql\n",
64
" \n",
65
"def get_data(file_path):\n",
66
- " df = pd.read_csv(file_path)\n",
+ " df = pd.read_csv(file_path, low_memory=False)\n",
67
" return df\n",
68
69
"def get_csv_files(dir_path):\n",
@@ -375,7 +375,7 @@
375
],
376
"metadata": {
377
"kernelspec": {
378
- "display_name": "Python 3 (ipykernel)",
+ "display_name": "Python 3",
379
"language": "python",
380
"name": "python3"
381
},
@@ -389,7 +389,14 @@
389
"name": "python",
390
"nbconvert_exporter": "python",
391
"pygments_lexer": "ipython3",
392
- "version": "3.9.7"
+ "version": "3.8.5"
393
+ },
394
+ "widgets": {
395
+ "application/vnd.jupyter.widget-state+json": {
396
+ "state": {},
397
+ "version_major": 2,
398
+ "version_minor": 0
399
+ }
400
}
401
402
"nbformat": 4,
0 commit comments