{"id":19093690,"url":"https://github.com/juliaarrays/metadataarrays.jl","last_synced_at":"2026-05-25T19:30:20.500Z","repository":{"id":52308039,"uuid":"135042654","full_name":"JuliaArrays/MetadataArrays.jl","owner":"JuliaArrays","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-30T00:38:11.000Z","size":138,"stargazers_count":10,"open_issues_count":4,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-20T22:06:02.576Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuliaArrays.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-05-27T12:06:29.000Z","updated_at":"2024-12-28T08:06:36.000Z","dependencies_parsed_at":"2023-12-25T04:27:22.788Z","dependency_job_id":"752552cf-733f-4fd1-93d7-71bbb77d3765","html_url":"https://github.com/JuliaArrays/MetadataArrays.jl","commit_stats":null,"previous_names":["piever/metadataarrays.jl"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaArrays%2FMetadataArrays.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaArrays%2FMetadataArrays.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaArrays%2FMetadataArrays.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaArrays%2FMetadataArrays.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaArrays","download_url":"https://codeload.github.com/JuliaArrays/MetadataArrays.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240142861,"owners_count":19754639,"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":[],"created_at":"2024-11-09T03:25:43.889Z","updated_at":"2026-05-25T19:30:20.451Z","avatar_url":"https://github.com/JuliaArrays.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MetadataArrays\n\n[![Build Status](https://travis-ci.org/JuliaArrays/MetadataArrays.jl.svg?branch=master)](https://travis-ci.org/JuliaArrays/MetadataArrays.jl)\n[![codecov.io](http://codecov.io/github/JuliaArrays/MetadataArrays.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaArrays/MetadataArrays.jl?branch=master)\n[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaArrays.github.io/MetadataArrays.jl/stable/)\n[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaArrays.github.io/MetadataArrays.jl/dev/)\n\nImplementation of arrays with metadata.\n\n## Metadata Arrays\n\n`MetadataArray` binds an array to named metadata.\n\n```julia\njulia\u003e v = [\"John\", \"John\", \"Jane\", \"Louise\"];\n\njulia\u003e mdv = MetadataArray(v, groups = Dict(\"John\" =\u003e \"Treatment\", \"Louise\" =\u003e \"Placebo\", \"Jane\" =\u003e \"Placebo\"))\n4-element MetadataVector{String, Vector{String}, NamedTuple{(:groups,), Tuple{Dict{String, String}}}}:\n \"John\"\n \"John\"\n \"Jane\"\n \"Louise\"\n\njulia\u003e metadata(mdv, :groups)\nDict{String, String} with 3 entries:\n  \"John\"   =\u003e \"Treatment\"\n  \"Jane\"   =\u003e \"Placebo\"\n  \"Louise\" =\u003e \"Placebo\"\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaarrays%2Fmetadataarrays.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliaarrays%2Fmetadataarrays.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaarrays%2Fmetadataarrays.jl/lists"}