{"id":30933982,"url":"https://github.com/kanasia-moore/sql-project","last_synced_at":"2025-09-21T01:56:02.362Z","repository":{"id":299681889,"uuid":"1003825666","full_name":"Kanasia-Moore/SQL-Project","owner":"Kanasia-Moore","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-25T03:56:22.000Z","size":197,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-10T17:10:50.451Z","etag":null,"topics":["bigquery","data-analysis","data-analysis-project","data-analytics","dataset","homelessness","sql"],"latest_commit_sha":null,"homepage":"https://kanasia-moore.github.io/SQL-Project/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kanasia-Moore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-17T18:14:07.000Z","updated_at":"2025-08-25T03:56:25.000Z","dependencies_parsed_at":"2025-06-17T19:56:53.294Z","dependency_job_id":"e0d4f606-0ac2-4e88-a53c-7d4f829af426","html_url":"https://github.com/Kanasia-Moore/SQL-Project","commit_stats":null,"previous_names":["kanasia-moore/sql-project-coming-soon-","kanasia-moore/sql-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kanasia-Moore/SQL-Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kanasia-Moore%2FSQL-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kanasia-Moore%2FSQL-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kanasia-Moore%2FSQL-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kanasia-Moore%2FSQL-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kanasia-Moore","download_url":"https://codeload.github.com/Kanasia-Moore/SQL-Project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kanasia-Moore%2FSQL-Project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276183771,"owners_count":25599223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bigquery","data-analysis","data-analysis-project","data-analytics","dataset","homelessness","sql"],"created_at":"2025-09-10T15:01:44.132Z","updated_at":"2025-09-21T01:56:02.357Z","avatar_url":"https://github.com/Kanasia-Moore.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# BigQuery Data Exploration\n\n## Overview\n\nThis project explores the public dataset using BigQuery and SQL queries to gain insights on the amount of homeless per state and the type and amount of shelters provided. \n\n## Data\n\n### Data Sources\n\nThis project uses the data collected from the BigQuery public dataset on homelessness: \n\nhttps://console.cloud.google.com/bigquery?ws=!1m5!1m4!4m3!1sbigquery-public-data!2ssdoh_hud_pit_homelessness!3shud_pit_by_coc\n\n### Data Description\n\nInformation about the dataset:\n- **CoC** = Continuum of Care\n- **Sheltered_ES** = Emergency Shelter\n- **Sheltered_TH** = Transitional Housing\n- **Sheltered_SH** = Safe Haven Housing\n- The dataset ranges between 2012 and 2018\n\n## Methodology\n\n### Analysis Approach\n\n- Previewed the table to understand key data such as:\n  - **Column Names:** Checked for descriptive columns and acronyms\n  - **Data types:** Made sure data stored was consistent with column data type\n  - **Completness:** Looked for missing or null values and checked for accuracy and reliability\n\n- Created a table with the relevant data needed for analysis:\n```sql\nCREATE TABLE\n  Exploration_Project.homelessness AS\nSELECT\n  CoC_Number,\n  LEFT(CoC_Number, 2) AS State,\n  CoC_Name,\n  Overall_Homeless,\n  Sheltered_ES_Homeless,\n  Sheltered_TH_Homeless,\n  Sheltered_SH_Homeless,\n  Sheltered_Total_Homeless,\n  Unsheltered_Homeless,\n  Homeless_Individuals,\n  Homeless_People_in_Families,\n  Chronically_Homeless,\n  Homeless_Veterans,\n  Homeless_Unaccompanied_Youth_Under_18,\n  Count_Year\nFROM\n  `bigquery-public-data.sdoh_hud_pit_homelessness.hud_pit_by_coc`\n```\n\n\n### Tools and Technologies\n\n- BigQuery\n- SQL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanasia-moore%2Fsql-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanasia-moore%2Fsql-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanasia-moore%2Fsql-project/lists"}