Skip to content

Commit 4bb1513

Browse files
Update power-bi-python/01_ingest.py
Co-authored-by: Ian Currie <[email protected]>
1 parent 9996506 commit 4bb1513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

power-bi-python/01_ingest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import pandas as pd
44

5-
with sqlite3.connect(r"C:\Users\User\Desktop\car_sales.db") as connection:
5+
with sqlite3.connect(r"C:\<REPLACE_WITH_PATH_TO_DB>\car_sales.db") as connection:
66
df = pd.read_sql_query("SELECT * FROM sales", connection)
77

88
cars = df[

0 commit comments

Comments
 (0)