Skip to content

Commit

Permalink
Project 3 SQL fixed.
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   Projects/project3.qmd
  • Loading branch information
1Ramirez7 committed Apr 4, 2024
1 parent 7867db7 commit e09b308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Projects/project3.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import sqlite3
# https://raw.githubusercontent.com/1Ramirez7/Portfolio_/main/data/starwars1.csv
sqlite_file = 'data/lahmansbaseballdb.sqlite'
sqlite_file = 'lahmansbaseballdb.sqlite'
con = sqlite3.connect(sqlite_file)
Expand Down Expand Up @@ -152,7 +152,7 @@ import pandas as pd
import sqlite3
# Connect to the SQLite database
sqlite_file = 'data/lahmansbaseballdb.sqlite'
sqlite_file = 'lahmansbaseballdb.sqlite'
con = sqlite3.connect(sqlite_file)
# SQL query for average salary of top 10 players in HBP
Expand Down

0 comments on commit e09b308

Please sign in to comment.