II.
Library JSON
Structured · livelibrary:polars
Polars json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:polars",
"_kind": "Library",
"_file": "domain/libraries/polars.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Polars",
"belongsToLanguageId": "language:python",
"category": "data-structures",
"description": "Fast multi-threaded DataFrame library implemented in Rust with Python and other bindings.\n"
},
"outgoingEdges": [
{
"from": "library:polars",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:polars",
"to": "skill-area:python-data-pipelines",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:polars",
"to": "skill-area:data-analysis",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:dask",
"to": "library:polars",
"kind": "alternative_to"
},
{
"from": "library:numpy",
"to": "library:polars",
"kind": "alternative_to"
},
{
"from": "library:pandas",
"to": "library:polars",
"kind": "alternative_to"
},
{
"from": "skill-area:python-data-pipelines",
"to": "library:polars",
"kind": "uses_library"
},
{
"from": "specialization:data-engineering-analytics",
"to": "library:polars",
"kind": "uses_library"
}
]
}