{"id":22377261,"url":"https://github.com/csbiology/deedleextensions","last_synced_at":"2025-07-30T23:31:59.768Z","repository":{"id":53556866,"uuid":"292301471","full_name":"CSBiology/DeedleExtensions","owner":"CSBiology","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-24T16:37:04.000Z","size":30,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-19T15:45:50.857Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CSBiology.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-02T14:10:05.000Z","updated_at":"2023-01-21T12:23:00.000Z","dependencies_parsed_at":"2022-09-21T12:13:03.068Z","dependency_job_id":null,"html_url":"https://github.com/CSBiology/DeedleExtensions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CSBiology/DeedleExtensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSBiology%2FDeedleExtensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSBiology%2FDeedleExtensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSBiology%2FDeedleExtensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSBiology%2FDeedleExtensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CSBiology","download_url":"https://codeload.github.com/CSBiology/DeedleExtensions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSBiology%2FDeedleExtensions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267960696,"owners_count":24172506,"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-07-30T02:00:09.044Z","response_time":70,"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":[],"created_at":"2024-12-04T22:13:24.856Z","updated_at":"2025-07-30T23:31:59.511Z","avatar_url":"https://github.com/CSBiology.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeedleExtensions\n\nThis repository contains additional functions for handling Deedle frames. \n\n## Align\n\nEspecially the align function is a very handy tool, allowing easy and flexible multi key joining of two frames. \nFor each frame, a function is given to the function which maps the keys of both frames to shared keys. The two frames are then joined in a way, that all combinations of rows mapping to the same shared key are created.\n\nLet's say we have the two frames\n\n#### frame1\n\u003cpre\u003e\n                 Hometown   \nFrank   Team1 -\u003e Frankfurt  \nBarbara Team1 -\u003e Stralsund  \nAlice   Team2 -\u003e Wonderland \nBruce   Team2 -\u003e Cranberra  \n\u003c/pre\u003e\n#### frame2\n\u003cpre\u003e\n         Room \nTeam1 -\u003e 28   \nTeam2 -\u003e 42\n\u003c/pre\u003e\n\nWe can join them over the shared teamName:\n\n```F#\nFrame.align snd id frame1 frame2\n|\u003e Frame.mapRowKeys (fun (team,(name,_),_) -\u003e name,team)\n```\n\n\u003cpre\u003e\n                 Hometown   Room \nFrank   Team1 -\u003e Frankfurt  28   \nBarbara Team1 -\u003e Stralsund  28   \nAlice   Team2 -\u003e Wonderland 42   \nBruce   Team2 -\u003e Cranberra  42 \n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsbiology%2Fdeedleextensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsbiology%2Fdeedleextensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsbiology%2Fdeedleextensions/lists"}