-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to median calculation for hotel price tables.
Replaced average with median when calculating prices grouped by review score and day of the week. Added support for PostgreSQL (using SQL percentile_cont) and SQLite (manual median calculation). This ensures a more robust representation of price distribution.
- Loading branch information
Showing
1 changed file
with
78 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters