{"id":15062568,"url":"https://github.com/sksubhadeep/nobel_winners_using_powerbi","last_synced_at":"2026-01-02T19:02:33.478Z","repository":{"id":189277689,"uuid":"680383954","full_name":"sksubhadeep/Nobel_Winners_using_PowerBI","owner":"sksubhadeep","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-23T16:54:36.000Z","size":2349,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T04:33:12.771Z","etag":null,"topics":["microsoft-power-bi","microsoft-sql-server","sql","sql-server-management-studio"],"latest_commit_sha":null,"homepage":"","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/sksubhadeep.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}},"created_at":"2023-08-19T04:28:34.000Z","updated_at":"2023-09-17T13:02:29.000Z","dependencies_parsed_at":"2024-10-12T22:41:47.316Z","dependency_job_id":"edce6fa9-c4a5-4cc9-930d-36889772d167","html_url":"https://github.com/sksubhadeep/Nobel_Winners_using_PowerBI","commit_stats":null,"previous_names":["sksubhadeep/nobel_winners","sksubhadeep/nobel_winners_using_powerbi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sksubhadeep%2FNobel_Winners_using_PowerBI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sksubhadeep%2FNobel_Winners_using_PowerBI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sksubhadeep%2FNobel_Winners_using_PowerBI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sksubhadeep%2FNobel_Winners_using_PowerBI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sksubhadeep","download_url":"https://codeload.github.com/sksubhadeep/Nobel_Winners_using_PowerBI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243741180,"owners_count":20340417,"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","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":["microsoft-power-bi","microsoft-sql-server","sql","sql-server-management-studio"],"created_at":"2024-09-24T23:42:54.991Z","updated_at":"2026-01-02T19:02:33.429Z","avatar_url":"https://github.com/sksubhadeep.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"I have performed a series of data cleaning and analysis steps on the Nobel_Awardees data using Microsoft SQL Management Studio. Here's a structured summary of my tasks: \n\n### Data Cleaning Steps: \n\n1. **Date Format Change:**\n   - The date formats of \"Born\" and \"Died\" columns were converted from YYYY-MM-DD to YYYY.\n\n2. **Life Expectancy Column Creation:**\n   - Life expectancy was calculated based on the \"Born\" and \"Died\" years, and the results were added as a new column.\n\n3. **First and Last Names Combination:**\n   - The \"First Name\" and \"Last Name\" columns were concatenated to create a new \"Name\" column.\n\n4. **Country and City Name Updates:**\n   - Old country and city names were replaced with recent names to maintain accuracy.\n\n5. **Gender Format Standardization:**\n   - Gender values were transformed to \"M\" for male and \"F\" for female.\n\n6. **Unused Column Deletion:**\n   - Unnecessary columns that were no longer needed after cleaning and analysis were removed.\n\n### Data Analysis Steps:\n\n1. **Nobel Winners Count by Category:**\n   - The data was grouped by \"Category\" and the number of Nobel Prize winners in each category was counted.\n\n2. **Nobel Prize Count Listing by Year:**\n   - The year with the highest number of Nobel Prize awards was identified.\n   - The count of Nobel Prizes awarded in each category for that year was listed.\n\n3. **Selection of Male Physics Awardees from USA before WW2:**\n   - Data for male Nobel Prize awardees in the \"Physics\" category from the USA was retrieved.\n   - The results were filtered to include only awardees who received their awards before World War 2.\n  \n   \n### Data Export Steps:\n\n1. **Cleaned Data Export Using bcp:**\n   - The Command Prompt was opened.\n   - The `bcp` utility was used to export the cleaned data from the specified database, schema, and table to a designated file.\n     \n   - The syntax is as follows:\n   - Syntax: \n     ```\n     bcp \u003cdatabase_name\u003e.\u003cschema_name\u003e.\u003ctable_name\u003e out \u003cfile_destination_path\u003e -S\u003cserver_instance\u003e -c -t\",\" -T\n     ```\n     - `\u003cdatabase_name\u003e`: Name of the database containing the cleaned data.\n     - `\u003cschema_name\u003e`: Name of the schema containing the cleaned data.\n     - `\u003ctable_name\u003e`: Name of the table containing the cleaned data.\n     - `\u003cfile_destination_path\u003e`: Path to the destination file where the cleaned data will be saved.\n     - `-S\u003cserver_instance\u003e`: The server instance where the database is hosted.\n     - `-c`: Specifies character data format.\n     - `-t\",\"`: Specifies the field terminator as a comma.\n     - `-T`: Uses Windows authentication for the connection. \n\n\nUpon completion of these steps, the cleaned and analyzed data will be saved in the specified file destination.\n\n### Data Visualization Steps:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsksubhadeep%2Fnobel_winners_using_powerbi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsksubhadeep%2Fnobel_winners_using_powerbi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsksubhadeep%2Fnobel_winners_using_powerbi/lists"}