{
"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": {}
}
],
"incomingEdges": [
{
"from": "skill-area:python-data-pipelines",
"to": "library:polars",
"kind": "uses_library"
}
]
}