{"id":19329788,"url":"https://github.com/outerbounds/metaflow-card-uplot","last_synced_at":"2026-06-15T03:32:12.340Z","repository":{"id":93794744,"uuid":"452051688","full_name":"outerbounds/metaflow-card-uplot","owner":"outerbounds","description":"Metaflow card to visualize pandas timeseries using Uplot","archived":false,"fork":false,"pushed_at":"2022-01-25T22:37:52.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-06T08:17:50.606Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/outerbounds.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-25T21:41:45.000Z","updated_at":"2022-01-25T22:52:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"28b1cf20-3744-4e6a-bb1c-15cbccc949be","html_url":"https://github.com/outerbounds/metaflow-card-uplot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"outerbounds/metaflow-card-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outerbounds%2Fmetaflow-card-uplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outerbounds%2Fmetaflow-card-uplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outerbounds%2Fmetaflow-card-uplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outerbounds%2Fmetaflow-card-uplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outerbounds","download_url":"https://codeload.github.com/outerbounds/metaflow-card-uplot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240434233,"owners_count":19800548,"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-11-10T02:29:57.287Z","updated_at":"2026-06-15T03:32:07.317Z","avatar_url":"https://github.com/outerbounds.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Metaflow Card To Plot Timeseries\n\n## Usage \n\n- Install this card using `pip install metaflow-card-uplot`\n\n- Usage in `@step` code:\n```python\n\n@card(type='uplot',options={\"artifact\":\"timeseries\"})\n@step\ndef start(self):\n    import pandas\n    index = pandas.date_range(\"2022-01-01\", periods=60, freq=\"Min\")\n    series = {\n        'first': self._fake_series(len(index), 0.1),\n        'second': self._fake_series(len(index), 1)\n    }\n    self.timeseries = pandas.DataFrame(series, index=index)\n    self.next(self.end)\n\ndef _fake_series(self, n, g):\n    return [(random.random() - 0.5) * 0.1 + math.sin(x * g) for x in range(n)]\n\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouterbounds%2Fmetaflow-card-uplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fouterbounds%2Fmetaflow-card-uplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouterbounds%2Fmetaflow-card-uplot/lists"}