{"id":15787282,"url":"https://github.com/fchauvel/mutable","last_synced_at":"2025-08-12T16:33:42.632Z","repository":{"id":27824436,"uuid":"31314153","full_name":"fchauvel/muTable","owner":"fchauvel","description":"A tiny Java library to manipulate data tables, a la R","archived":false,"fork":false,"pushed_at":"2018-10-05T08:34:44.000Z","size":341,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-05T21:07:02.108Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/fchauvel.png","metadata":{"files":{"readme":"README.adoc","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":"2015-02-25T13:13:37.000Z","updated_at":"2018-10-05T08:34:45.000Z","dependencies_parsed_at":"2022-08-24T23:01:07.466Z","dependency_job_id":null,"html_url":"https://github.com/fchauvel/muTable","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/fchauvel%2FmuTable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fchauvel%2FmuTable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fchauvel%2FmuTable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fchauvel%2FmuTable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fchauvel","download_url":"https://codeload.github.com/fchauvel/muTable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246512923,"owners_count":20789799,"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-10-04T21:07:11.935Z","updated_at":"2025-03-31T17:48:42.507Z","avatar_url":"https://github.com/fchauvel.png","language":"Java","readme":"= \u0026mu;Table\n:Author:    Franck Chauvel\n:Email:     franck.chauvel@gmail.com\n\n\u0026mu;Table is a tiny Java library to ease the manipulation of data\ntable. Languages like R for instance provides very convenient data\nstructure, which speed up assembling small numerical experiments, in a research\nsetting for instance. The aims of µTable is to bring the same in Java, as shown in the example below:\n\n[source, java]\n----\n// We load a file from the Internet\nTable table = storage().fetch(\"http://samples.com/employee.csv\");\n\n// Let's filter its contents\nfor(Row eachRow: table.where(field(\"isMarried\").is(value(false)))) {\n\tSystem.out.println(eachRow.getField(\"name\"));\n}\n----\n\n== Releases\nWe are working on the *release v0.1*, which will be available soon! You will then \nfind the released binaries / distribution from link:https://github.com/fchauvel/muTable/releases[here]\n\n\n== Documentation\n\nThe documentation is available for each released version. It includes both the \nAPI as well as more general documentation such as tutorial and examples.\n \n* link:http://fchauvel.github.io/muTable/0.1-SNAPSHOT/index.html[0.1-SNAPSHOT]\n\n== Contact\n\nIf you get the change to give it a try, please report any bugs, issues or feature request using the link:https://github.com/fchauvel/muTable/issues[issue tracker].\nShould you need any further information, feel free to email mailto:franck.chauvel@gmail.com[me]\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffchauvel%2Fmutable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffchauvel%2Fmutable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffchauvel%2Fmutable/lists"}