Skip to content

Commit

Permalink
Fixing answer key
Browse files Browse the repository at this point in the history
  • Loading branch information
mattahrens committed Nov 10, 2023
1 parent aa58814 commit f247a7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/answer_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ query = """
ORDER BY total desc
"""
sqldf(query)
```
```
query = """
SELECT `ISBN`, count(*) as total
FROM ratings_df
Expand Down

0 comments on commit f247a7c

Please sign in to comment.