{"id":13570971,"url":"https://github.com/hsbc/tslumen","last_synced_at":"2026-03-10T23:37:15.376Z","repository":{"id":64126365,"uuid":"563868782","full_name":"hsbc/tslumen","owner":"hsbc","description":"A library for Time Series EDA (exploratory data analysis)","archived":false,"fork":false,"pushed_at":"2024-08-11T23:52:21.000Z","size":90082,"stargazers_count":71,"open_issues_count":3,"forks_count":9,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-10-27T17:43:46.853Z","etag":null,"topics":["analysis","data-analysis","data-science","data-visualization","eda","exploratory-data-analysis","exploratory-data-visualizations","pandas","profiling","python","time-series","time-series-analysis","time-series-eda","time-series-profiling","timeseries","timeseries-analysis","timeseries-eda"],"latest_commit_sha":null,"homepage":"https://hsbc.github.io/tslumen/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hsbc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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}},"created_at":"2022-11-09T14:06:09.000Z","updated_at":"2025-07-30T18:04:09.000Z","dependencies_parsed_at":"2024-10-31T00:04:23.588Z","dependency_job_id":"0b47f733-b609-42e5-9e3b-fb6e01edfcc6","html_url":"https://github.com/hsbc/tslumen","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"d1738ed63c9ba8f2222cc6353630b42d9e1b9867"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hsbc/tslumen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsbc%2Ftslumen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsbc%2Ftslumen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsbc%2Ftslumen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsbc%2Ftslumen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hsbc","download_url":"https://codeload.github.com/hsbc/tslumen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsbc%2Ftslumen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30362123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["analysis","data-analysis","data-science","data-visualization","eda","exploratory-data-analysis","exploratory-data-visualizations","pandas","profiling","python","time-series","time-series-analysis","time-series-eda","time-series-profiling","timeseries","timeseries-analysis","timeseries-eda"],"created_at":"2024-08-01T14:00:57.014Z","updated_at":"2026-03-10T23:37:15.335Z","avatar_url":"https://github.com/hsbc.png","language":"Python","readme":"![](https://raw.githubusercontent.com/hsbc/tslumen/main/doc/source/_static/logo-350.png)\n\n## A library for exploratory analysis of Time Series data\n\n![](https://raw.githubusercontent.com/hsbc/tslumen/main/doc/source/_static/badge_python.svg)\n![](https://raw.githubusercontent.com/hsbc/tslumen/main/doc/source/_static/badge_build.svg)\n![](https://raw.githubusercontent.com/hsbc/tslumen/main/doc/source/_static/badge_docs.svg)\n![](https://raw.githubusercontent.com/hsbc/tslumen/main/doc/source/_static/badge_tests.svg)\n![](https://raw.githubusercontent.com/hsbc/tslumen/main/doc/source/_static/badge_coverage.svg)\n![](https://raw.githubusercontent.com/hsbc/tslumen/main/doc/source/_static/badge_lint.svg)\n![](https://raw.githubusercontent.com/hsbc/tslumen/main/doc/source/_static/badge_mypy.svg)\n![](https://raw.githubusercontent.com/hsbc/tslumen/main/doc/source/_static/badge_style.svg)\n\n\n**tslumen** helps bring to light the key characteristics of your time\nseries data with rich, pre-canned artifacts, packed with charts and\nstatistical information. The primary goal of tslumen is to expedite and\nbring consistency to how time series EDA is performed, allowing you to\nuncover the fundamental aspects in seconds rather than hours or days.\n\n**Key features**\n * Platform agnostic, integrates nicely with your datascience workspace\n * Built on open source technology and research\n * Highly customizable and extensible\n * Data (profiling results) completely detached from the visuals\n * Can be executed from the command line\n * Efficient execution using parallel processing\n * Includes a great number of statistical information, including descriptive statistics statistical tests like KPSS or ADF, correlation, tsfeatures, etc.\n * Various plots specifically tailored to time series analysis\n * Self-contained HTML report that can easily be shared with interested parties\n * Fully interactive dashboard for a richer experience and detailed exploration\n\nSee https://hsbc.github.io/tslumen/ for the complete documentation.\n\n\n## Installation\n\nFrom PyPI:\n\n```bash\npip install -U tslumen\n```\n\nFrom source:\n\n```bash\n# cd into tslumen after cloning the repo\nmake install\n```\n\n\n## Examples\n\nRefer to the [Quick Start](https://hsbc.github.io/tslumen/html/quickstart.html) \npage of the documentation for a brief tour of the package.\n\nComplete example notebooks can be found on the **User Guide** section of the documentation.\n\n\n## Contributing\n\nContributions to tslumen are welcome. Please see our [contribution guide](CONTRIBUTING.md) for more details.\n\n\n","funding_links":[],"categories":["📦 Packages"],"sub_categories":["Python"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsbc%2Ftslumen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhsbc%2Ftslumen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsbc%2Ftslumen/lists"}