{"id":21930440,"url":"https://github.com/desdaemon/polars_dart","last_synced_at":"2025-04-19T18:54:47.322Z","repository":{"id":103598859,"uuid":"584350624","full_name":"Desdaemon/polars_dart","owner":"Desdaemon","description":"Dart bindings for the polars library","archived":false,"fork":false,"pushed_at":"2024-04-08T00:28:04.000Z","size":991,"stargazers_count":11,"open_issues_count":4,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-12T22:21:47.636Z","etag":null,"topics":["apache-arrow","dart","data-science","ffi","flutter","flutter-rust-bridge","polars","rust"],"latest_commit_sha":null,"homepage":"https://desdaemon.github.io/polars_dart/","language":"Dart","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/Desdaemon.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}},"created_at":"2023-01-02T10:13:51.000Z","updated_at":"2024-09-12T04:43:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d21f880-75d9-472e-a55b-fd303a132c4b","html_url":"https://github.com/Desdaemon/polars_dart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Desdaemon%2Fpolars_dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Desdaemon%2Fpolars_dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Desdaemon%2Fpolars_dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Desdaemon%2Fpolars_dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Desdaemon","download_url":"https://codeload.github.com/Desdaemon/polars_dart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249770391,"owners_count":21323067,"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":["apache-arrow","dart","data-science","ffi","flutter","flutter-rust-bridge","polars","rust"],"created_at":"2024-11-28T23:09:28.453Z","updated_at":"2025-04-19T18:54:47.303Z","avatar_url":"https://github.com/Desdaemon.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# polars\n\n[![docs](https://github.com/Desdaemon/polars_dart/actions/workflows/static.yml/badge.svg)](https://desdaemon.github.io/polars_dart/)\n[![CI](https://github.com/Desdaemon/polars_dart/actions/workflows/ci.yml/badge.svg)](https://github.com/Desdaemon/polars_dart/actions/workflows/ci.yml)\n\nAll the greatness of [polars](https://www.pola.rs), now in Dart.\n\n```dart\nimport 'package:polars/polars.dart';\n\nfinal pl = PolarsWrapperImpl(dylib);\nfinal iris = await pl.readCsv(path: 'iris.csv');\nfinal df = await iris\n  .lazy()\n  .filter(pred: col('sepal_length') \u003e 5)\n  .groupby(exprs: ['species'.expr])\n  .agg(exprs: [col('*').sum])\n  .collect();\n```\n\n## Contributing\n\nClosing issues in [TODO.md](TODO.md) will help make this project grow!\n\n## License\n\nDual-licensed under Apache 2.0 and MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesdaemon%2Fpolars_dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesdaemon%2Fpolars_dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesdaemon%2Fpolars_dart/lists"}