{"id":15010361,"url":"https://github.com/scicloj/tcutils","last_synced_at":"2025-04-09T18:34:21.309Z","repository":{"id":225060272,"uuid":"756368922","full_name":"scicloj/tcutils","owner":"scicloj","description":"Utility functions for working with tablecloth datasets","archived":false,"fork":false,"pushed_at":"2024-08-09T18:11:09.000Z","size":76,"stargazers_count":5,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T02:39:37.867Z","etag":null,"topics":["clojure","data-science","scicloj","tablecloth","tmd"],"latest_commit_sha":null,"homepage":"https://scicloj.github.io/tcutils/","language":"Clojure","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/scicloj.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["kiramclean"]}},"created_at":"2024-02-12T14:33:10.000Z","updated_at":"2024-11-15T18:54:52.000Z","dependencies_parsed_at":"2024-06-24T15:33:16.231Z","dependency_job_id":"9423c1d2-5d4c-4e11-9d15-8974824d7485","html_url":"https://github.com/scicloj/tcutils","commit_stats":null,"previous_names":["kiramclean/tcutils","scicloj/tcutils"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scicloj%2Ftcutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scicloj%2Ftcutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scicloj%2Ftcutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scicloj%2Ftcutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scicloj","download_url":"https://codeload.github.com/scicloj/tcutils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248088252,"owners_count":21045671,"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":["clojure","data-science","scicloj","tablecloth","tmd"],"created_at":"2024-09-24T19:33:41.982Z","updated_at":"2025-04-09T18:34:21.286Z","avatar_url":"https://github.com/scicloj.png","language":"Clojure","funding_links":["https://github.com/sponsors/kiramclean"],"categories":[],"sub_categories":[],"readme":"# tcutils\n\n[![Clojars Project](https://img.shields.io/clojars/v/org.scicloj/tcutils.svg)](https://clojars.org/org.scicloj/tcutils)\n\nA collection of util functions for working with [tablecloth](https://github.com/scicloj/tablecloth) datasets.\n\nThis project is still under active development. Please feel free to share feedback or suggestions.\n\n## Usage\n\n### Install from Clojars\n\nAdd the dependency to your `deps.edn` file. The latest version can be [found on Clojars](https://clojars.org/org.scicloj/tcutils/).\n\n### Import into your project or notebook to use\n\n```clojure\n(require '[scicloj.tcutils.api :as tcu])\n\n(-\u003e {\"Some data\" [1 2 3]\n     \"Some more data\" [4 5 6]}\n     tc/dataset\n     tcu/clean-column-names)\n\n```\n\n## Development\n\nRun the project's tests:\n\n    $ clojure -T:build test\n\nRun the project's CI pipeline and build a JAR:\n\n    $ clojure -T:build ci\n\nThis will produce an updated `pom.xml` file with synchronized dependencies inside the `META-INF`\ndirectory inside `target/classes` and the JAR in `target`. You can update the version (and SCM tag)\ninformation in generated `pom.xml` by updating `build.clj`.\n\nInstall it locally (requires the `ci` task be run first):\n\n    $ clojure -T:build install\n\nGenerate the project's documentation website:\n\n    $ clojure -X:codox\n\n## License\n\nCopyright © 2024 Kira McLean\n\nDistributed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscicloj%2Ftcutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscicloj%2Ftcutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscicloj%2Ftcutils/lists"}