{"id":24446216,"url":"https://github.com/chdre/data-analyzer","last_synced_at":"2025-10-06T15:30:26.127Z","repository":{"id":209888791,"uuid":"416255501","full_name":"chdre/data-analyzer","owner":"chdre","description":"A small package to analyze and preprocess data.","archived":false,"fork":false,"pushed_at":"2021-11-23T11:05:27.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T23:44:18.981Z","etag":null,"topics":["data-analysis","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/chdre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-10-12T08:48:06.000Z","updated_at":"2021-11-23T11:05:30.000Z","dependencies_parsed_at":"2023-11-29T17:46:57.403Z","dependency_job_id":null,"html_url":"https://github.com/chdre/data-analyzer","commit_stats":null,"previous_names":["chdre/data-analyzer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chdre%2Fdata-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chdre%2Fdata-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chdre%2Fdata-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chdre%2Fdata-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chdre","download_url":"https://codeload.github.com/chdre/data-analyzer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235531156,"owners_count":19004907,"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":["data-analysis","python"],"created_at":"2025-01-20T23:40:04.088Z","updated_at":"2025-10-06T15:30:20.817Z","avatar_url":"https://github.com/chdre.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data-analyzer\nSmall package to process data in the form of time series which has some corresponding data. The package was made considering time series of molecular dynamics simulations as the y data, and the features an array explaining a material structure.\n\n# Install\nInstall using pip:\n```\npip install git+https://github.com/chdre/data-analyzer\n```\n\n# Requirements\n- scipy\n\n# Usage\nFor some dataset with features x and some times series y (or otherwise), we can create an object containing the data\n```\nimport data_analyzer import Dataset\ndataset = Dataset(x, y)\n```\n\n\n\n# Examples\nWe can find the maximum values of y by\n\n```\nx, y = dataset()\nymax = dataset.find_maximum(y)\n```\n\nor smooth y using Savitzky-Golay filtering:\n\n```\nysmooth = dataset.smooth_y(y)\n```\nand then, if we want to replace the original targets by the smoothed data:\n```\ndataset.update_y(ysmooth)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchdre%2Fdata-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchdre%2Fdata-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchdre%2Fdata-analyzer/lists"}