{"id":24861486,"url":"https://github.com/dataideaorg/dataidea","last_synced_at":"2025-10-17T17:15:26.180Z","repository":{"id":274521493,"uuid":"923167037","full_name":"dataideaorg/dataidea","owner":"dataideaorg","description":"dataidea python package","archived":false,"fork":false,"pushed_at":"2025-03-18T20:11:26.000Z","size":2733,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T21:23:58.748Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dataideaorg.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-27T18:51:34.000Z","updated_at":"2025-03-18T20:11:29.000Z","dependencies_parsed_at":"2025-01-27T20:46:58.510Z","dependency_job_id":null,"html_url":"https://github.com/dataideaorg/dataidea","commit_stats":null,"previous_names":["dataideaorg/dataidea"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataideaorg%2Fdataidea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataideaorg%2Fdataidea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataideaorg%2Fdataidea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataideaorg%2Fdataidea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataideaorg","download_url":"https://codeload.github.com/dataideaorg/dataidea/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245698200,"owners_count":20657974,"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":"2025-01-31T22:05:47.024Z","updated_at":"2025-10-17T17:15:26.152Z","avatar_url":"https://github.com/dataideaorg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataIdea\n\nA Python package to simplify common data analysis tasks and workflows.\n\n## Overview\n\nDataIdea provides utilities for data analysts to streamline repetitive tasks in the data analysis process. It builds upon popular libraries like pandas, numpy, and scikit-learn to offer a more user-friendly interface for common operations.\n\n## Features\n\n- **Dataset Management**: Easily load built-in datasets or your own custom data\n- **Model Persistence**: Simple functions to save and load machine learning models\n- **Performance Monitoring**: Time your function execution with the `timer` decorator\n- **Logging Utilities**: Log events and LLM interactions via our API\n- **YouTube Integration**: Download video data for analysis\n\n## Installation\n\n```bash\npip install dataidea\n```\n\nFor development:\n```bash\ngit clone https://github.com/dataideaorg/dataidea.git\ncd dataidea\npoetry install\n```\n\n## Quick Start\n\n```python\nimport dataidea as di\n\n# Load a built-in dataset\ndf = di.load_dataset('titanic')\n\n# Save a machine learning model\nfrom sklearn.ensemble import RandomForestClassifier\nmodel = RandomForestClassifier().fit(X, y)\ndi.save_model(model, 'model.di')\n\n# Load the model\nloaded_model = di.load_model('model.di')\n\n# Time a function\nfrom dataidea.utils import timer\n@timer\ndef process_data(data):\n    return processed_data\n\n# Download YouTube video\nfrom dataidea.io import download_youtube\ndownload_youtube(url=\"https://www.youtube.com/watch?v=example\", output_folder=\"videos\")\n```\n\n## Available Datasets\n\nDataIdea includes datasets for practice: `titanic`, `boston`, `fpl`, `mall`, `air_passengers`, `melbourne`, and more.\n\n## Documentation\n\nFor detailed documentation, visit [https://docs.dataidea.org](https://docs.dataidea.org).\n\n## License\n\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataideaorg%2Fdataidea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataideaorg%2Fdataidea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataideaorg%2Fdataidea/lists"}