{"id":37078812,"url":"https://github.com/scverse/pandas-uuid","last_synced_at":"2026-01-14T09:32:50.690Z","repository":{"id":328323199,"uuid":"1115105042","full_name":"scverse/pandas-uuid","owner":"scverse","description":"Pandas ExtensionArray / ExtensionDType for UUID","archived":false,"fork":false,"pushed_at":"2025-12-30T15:23:32.000Z","size":54,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-01T10:36:10.754Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://icb-pandas-uuid.readthedocs-hosted.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scverse.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.rst","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-12T10:50:06.000Z","updated_at":"2025-12-30T15:23:36.000Z","dependencies_parsed_at":"2025-12-14T00:09:25.644Z","dependency_job_id":null,"html_url":"https://github.com/scverse/pandas-uuid","commit_stats":null,"previous_names":["scverse/pandas-uuid"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/scverse/pandas-uuid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scverse%2Fpandas-uuid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scverse%2Fpandas-uuid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scverse%2Fpandas-uuid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scverse%2Fpandas-uuid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scverse","download_url":"https://codeload.github.com/scverse/pandas-uuid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scverse%2Fpandas-uuid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-14T09:32:49.766Z","updated_at":"2026-01-14T09:32:50.681Z","avatar_url":"https://github.com/scverse.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"|pypi| |coverage| |docs| |tests|\n\n.. |pypi| image:: https://img.shields.io/pypi/v/pandas-uuid\n   :target: https://pypi.org/project/pandas-uuid/\n.. |coverage| image:: https://codecov.io/github/scverse/pandas-uuid/graph/badge.svg?token=R9HFDFPBID\n   :target: https://codecov.io/github/scverse/pandas-uuid\n.. |docs| image:: https://app.readthedocs.com/projects/icb-pandas-uuid/badge/\n   :target: https://icb-pandas-uuid.readthedocs-hosted.com/\n.. |tests| image:: https://github.com/scverse/pandas-uuid/actions/workflows/test.yml/badge.svg\n   :target: https://github.com/scverse/pandas-uuid/actions/workflows/test.yml\n\n.. badges-end\n\nPandas ExtensionArray / ExtensionDType for UUID\n===============================================\n\n.. usage-start\n\nUse `UuidDtype` as a `pandas` extension dtype:\n\n\u003e\u003e\u003e from uuid import uuid4\n\u003e\u003e\u003e import pandas as pd\n\u003e\u003e\u003e from pandas_uuid import UuidDtype\n\u003e\u003e\u003e\n\u003e\u003e\u003e s = pd.Series([uuid4()], dtype=UuidDtype())\n\u003e\u003e\u003e s\n0    cd072cd8-be6f-4f62-ac4c-09c28206e7e3\ndtype: uuid\n\nUse specific storage types by importing `UuidArray` / `ArrowUuidArray`,\nor by using the ``storage`` parameter of `UuidDtype`:\n\n\u003e\u003e\u003e cls = UuidDtype(\"numpy\").construct_array_type()\n\u003e\u003e\u003e cls\n\u003cclass 'pandas_uuid.UuidArray'\u003e\n\u003e\u003e\u003e cls.random(2, rng=42)\n\u003cUuidArray\u003e\n[8826d916-cdfb-21c6-c1ff-91a761565a70, 2416da6e-c212-cddb-8d88-00160eb686b2]\nLength: 2, dtype: uuid\n\n..  note::\n    There is probably no good reason to ever set ``rng``\n    to a static seed apart from testing.\n\n.. usage-end\n\nFor advanced usage, see the Documentation_.\n\n.. _documentation: https://icb-pandas-uuid.readthedocs-hosted.com/en/latest/#usage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscverse%2Fpandas-uuid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscverse%2Fpandas-uuid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscverse%2Fpandas-uuid/lists"}