{"id":17153133,"url":"https://github.com/axect/puruda","last_synced_at":"2025-04-13T12:43:33.263Z","repository":{"id":62443102,"uuid":"256794201","full_name":"Axect/Puruda","owner":"Axect","description":"PUre RUst DAtaframe","archived":false,"fork":false,"pushed_at":"2020-12-05T20:00:55.000Z","size":19,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T15:11:39.560Z","etag":null,"topics":["dataframe","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Axect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-18T15:58:41.000Z","updated_at":"2022-01-28T00:19:38.000Z","dependencies_parsed_at":"2022-11-01T23:33:26.187Z","dependency_job_id":null,"html_url":"https://github.com/Axect/Puruda","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/Axect%2FPuruda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FPuruda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FPuruda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FPuruda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Axect","download_url":"https://codeload.github.com/Axect/Puruda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717241,"owners_count":21150387,"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":["dataframe","rust"],"created_at":"2024-10-14T21:45:22.277Z","updated_at":"2025-04-13T12:43:33.243Z","avatar_url":"https://github.com/Axect.png","language":"Rust","readme":"# PURUDA\n\n**PU**re **RU**st **DA**taframe\n\n## Example\n\n```rust\nextern crate puruda;\nuse puruda::*;\n\nfn main() {\n    let a = vec![1, 2, 3];\n    let b = vec![\"a\", \"b\", \"c\"];\n\n    let mut c2 = Col2::from_cols(a, b);\n    c2.c1().print();\n    c2.c2().print();\n\n    let c = c2.c1_mut();\n    (*c) = vec![4, 5, 6];\n\n    assert_eq!(c2.c1(), \u0026vec![4, 5, 6]);\n\n    c2.write_csv(\"hello.csv\", ',').expect(\"Can't write csv\");\n}\n```\n\n## Congruous Data Format\n\n* [x] CSV Trait\n    * [x] `write_csv`\n    * [x] `read_csv`\n* [ ] HDF5\n* [ ] JSON\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxect%2Fpuruda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxect%2Fpuruda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxect%2Fpuruda/lists"}