Skip to content

Commit

Permalink
Add rating count as it is shared between iOS and Android
Browse files Browse the repository at this point in the history
  • Loading branch information
ddxv committed Oct 18, 2023
1 parent b6aec80 commit 58db6aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions adscrawler/app_stores/scrape_stores.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ def log_crawl_results(app_df: pd.DataFrame, database_connection: PostgresCon) ->
"size",
"minimum_android",
"review_count",
"rating_count",
"release_date",
"content_rating",
"store_last_updated",
Expand Down
1 change: 1 addition & 0 deletions pg-ddl/db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ CREATE TABLE public.store_apps (
store int4 NOT NULL,
category varchar NULL,
rating float8 NULL,
rating_count float8 NULL;
review_count float8 NULL,
installs float8 NULL,
"free" bool NULL,
Expand Down

0 comments on commit 58db6aa

Please sign in to comment.