Skip to content

Commit b54158d

Browse files
committed
Removed paths
1 parent b8024f1 commit b54158d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Python/load_json_staging.ipynb

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
}
4040
],
4141
"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",
42+
"# Set paths - actual paths removed for github\n",
43+
"JSON_DIR = ''\n",
44+
"SERVER = ''\n",
45+
"DATABASE = ''\n",
4646
"DRIVER = 'ODBC Driver 17 for SQL Server' "
4747
]
4848
},
@@ -228,10 +228,7 @@
228228
"# Load JSON data\n",
229229
"matches = load_all_json_files(JSON_DIR)\n",
230230
"\n",
231-
"print(len(matches))\n",
232-
"\n",
233-
"# Get subset of matches for testing\n",
234-
"#matches = matches[0:1000]"
231+
"print(len(matches))"
235232
]
236233
},
237234
{

0 commit comments

Comments
 (0)