{"id":15392846,"url":"https://github.com/kutyel/haskell-challenge-1","last_synced_at":"2025-03-27T23:41:45.471Z","repository":{"id":82597894,"uuid":"439316827","full_name":"kutyel/haskell-challenge-1","owner":"kutyel","description":"My Haskell solution to a data science challenge. 👨‍🔬","archived":false,"fork":false,"pushed_at":"2021-12-22T15:36:08.000Z","size":133,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T01:43:44.590Z","etag":null,"topics":["data-science","haskell","haskell-exercises"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kutyel.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2021-12-17T11:56:41.000Z","updated_at":"2021-12-22T15:38:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"d875f63f-25d9-49de-ba31-2c0fdc33b15e","html_url":"https://github.com/kutyel/haskell-challenge-1","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"f856d30abbbe833d0f9abead02915f5adb8b3a2f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kutyel%2Fhaskell-challenge-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kutyel%2Fhaskell-challenge-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kutyel%2Fhaskell-challenge-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kutyel%2Fhaskell-challenge-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kutyel","download_url":"https://codeload.github.com/kutyel/haskell-challenge-1/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245944062,"owners_count":20697948,"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":["data-science","haskell","haskell-exercises"],"created_at":"2024-10-01T15:16:23.988Z","updated_at":"2025-03-27T23:41:45.429Z","avatar_url":"https://github.com/kutyel.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Problem statement\n\n[![Actions Status](https://github.com/kutyel/haskell-challenge-1/workflows/build/badge.svg)](https://github.com/kutyel/haskell-challenge-1/actions)\n\n**Women in the U.S. House of Representatives by Year**\n\nDraw a histogram, using the `legislators-current` file from [this dataset](https://github.com/unitedstates/congress-legislators#overview), that shows a count of the number of women in the U.S. House of Representatives **each year that it has existed**.\n\nFeel free to choose between the YAML or JSON formatted files. The CSV file won't have the data you need.\n\nHere's some sample output:\n\n```\n...\n2014:  ###################################################################################\n2015:  ############################################################################\n2016:  ####################################################################################\n```\n\n## Solution\n\n```\n1983: #\n1984: #\n1985: #\n1986: #\n1987: ##\n1988: ##\n1989: ##\n1990: ##\n1991: #####\n1992: #####\n1993: ###########\n1994: ###########\n1995: ############\n1996: ############\n1997: ###############\n1998: ################\n1999: ###################\n2000: ###################\n2001: ####################\n2002: ####################\n2003: ######################\n2004: ######################\n2005: ###########################\n2006: ###########################\n2007: ###############################\n2008: ################################\n2009: ####################################\n2010: ####################################\n2011: #######################################\n2012: #########################################\n2013: #####################################################\n2014: ######################################################\n2015: #############################################################\n2016: #############################################################\n2017: ###################################################################\n2018: ######################################################################\n2019: #############################################################################################\n2020: #############################################################################################\n2021: ###########################################################################################################################\n2022: ###########################################################################################################################\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkutyel%2Fhaskell-challenge-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkutyel%2Fhaskell-challenge-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkutyel%2Fhaskell-challenge-1/lists"}