File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 63
63
" return sql\n " ,
64
64
" \n " ,
65
65
" def get_data(file_path):\n " ,
66
- " df = pd.read_csv(file_path)\n " ,
66
+ " df = pd.read_csv(file_path, low_memory=False )\n " ,
67
67
" return df\n " ,
68
68
" \n " ,
69
69
" def get_csv_files(dir_path):\n " ,
375
375
],
376
376
"metadata" : {
377
377
"kernelspec" : {
378
- "display_name" : " Python 3 (ipykernel) " ,
378
+ "display_name" : " Python 3" ,
379
379
"language" : " python" ,
380
380
"name" : " python3"
381
381
},
389
389
"name" : " python" ,
390
390
"nbconvert_exporter" : " python" ,
391
391
"pygments_lexer" : " ipython3" ,
392
- "version" : " 3.9.7"
392
+ "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
+ }
393
400
}
394
401
},
395
402
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments