We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8024f1 commit b54158dCopy full SHA for b54158d
Python/load_json_staging.ipynb
@@ -39,10 +39,10 @@
39
}
40
],
41
"source": [
42
- "# Path to your JSON files\n",
43
- "JSON_DIR = 'C:\\\\Users\\\\chris\\\\cricket_json'\n",
44
- "SERVER = 'DESKTOP-IIHCV0F\\SQLEXPRESS'\n",
45
- "DATABASE = 'CricketDBStaging'\n",
+ "# Set paths - actual paths removed for github\n",
+ "JSON_DIR = ''\n",
+ "SERVER = ''\n",
+ "DATABASE = ''\n",
46
"DRIVER = 'ODBC Driver 17 for SQL Server' "
47
]
48
},
@@ -228,10 +228,7 @@
228
"# Load JSON data\n",
229
"matches = load_all_json_files(JSON_DIR)\n",
230
"\n",
231
- "print(len(matches))\n",
232
- "\n",
233
- "# Get subset of matches for testing\n",
234
- "#matches = matches[0:1000]"
+ "print(len(matches))"
235
236
237
{
0 commit comments