{"id":15063985,"url":"https://github.com/thomasthaddeus/dataanalysistoolkit","last_synced_at":"2025-10-07T00:41:17.902Z","repository":{"id":184101254,"uuid":"671260837","full_name":"thomasthaddeus/DataAnalysisToolkit","owner":"thomasthaddeus","description":"DataAnalysisToolkit is a Python-based data analysis tool designed to streamline various data analysis tasks. It provides the ability to load data from CSV files, perform statistical calculations, detect outliers, clean data, and visualize data.","archived":false,"fork":false,"pushed_at":"2025-09-08T16:35:39.000Z","size":1058,"stargazers_count":6,"open_issues_count":162,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-25T05:41:06.262Z","etag":null,"topics":["data-science","matplotlib","python","python-script","python3","scikit-learn"],"latest_commit_sha":null,"homepage":"https://dataanalysistoolkit.readthedocs.io/en/latest/","language":"Jupyter Notebook","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/thomasthaddeus.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":"2023-07-26T23:24:19.000Z","updated_at":"2025-08-16T15:23:02.000Z","dependencies_parsed_at":"2024-05-04T00:31:54.835Z","dependency_job_id":"8492c0c4-3840-4128-b4ca-a00577d69c6c","html_url":"https://github.com/thomasthaddeus/DataAnalysisToolkit","commit_stats":{"total_commits":87,"total_committers":3,"mean_commits":29.0,"dds":"0.45977011494252873","last_synced_commit":"2d1076ba252bd85010b9f5422b753badc0e1134d"},"previous_names":["thomasthaddeus/dataanalyzer","thomasthaddeus/dataanalysistoolkit"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/thomasthaddeus/DataAnalysisToolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthaddeus%2FDataAnalysisToolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthaddeus%2FDataAnalysisToolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthaddeus%2FDataAnalysisToolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthaddeus%2FDataAnalysisToolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasthaddeus","download_url":"https://codeload.github.com/thomasthaddeus/DataAnalysisToolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthaddeus%2FDataAnalysisToolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278703578,"owners_count":26031204,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["data-science","matplotlib","python","python-script","python3","scikit-learn"],"created_at":"2024-09-25T00:09:45.290Z","updated_at":"2025-10-07T00:41:17.867Z","avatar_url":"https://github.com/thomasthaddeus.png","language":"Jupyter Notebook","readme":"# Data Analysis Toolkit\n\n[![Upload Python Package](https://github.com/thomasthaddeus/DataAnalysisToolkit/actions/workflows/python-publish.yml/badge.svg)](https://github.com/thomasthaddeus/DataAnalysisToolkit/actions/workflows/python-publish.yml) [![PyPI](https://img.shields.io/pypi/v/DataAnalysisToolkit.svg)](https://pypi.org/project/DataAnalysisToolkit/) ![License](https://img.shields.io/github/license/thomasthaddeus/DataAnalysisToolkit.svg) ![Python Version](https://img.shields.io/pypi/pyversions/DataAnalysisToolkit.svg) ![Code Size](https://img.shields.io/github/languages/code-size/thomasthaddeus/DataAnalysisToolkit.svg) ![Last Commit](https://img.shields.io/github/last-commit/thomasthaddeus/DataAnalysisToolkit.svg) ![Issues](https://img.shields.io/github/issues-raw/thomasthaddeus/DataAnalysisToolkit.svg) ![Pull Requests](https://img.shields.io/github/issues-pr/thomasthaddeus/DataAnalysisToolkit.svg) [![Documentation Status](https://readthedocs.org/projects/dataanalysistoolkit/badge/?version=latest)](https://dataanalysistoolkit.readthedocs.io/en/latest/?badge=latest)\n\nDataAnalysisToolkit is a comprehensive Python package offering a suite of tools designed for efficient data analysis. This toolkit simplifies tasks such as loading CSV data, performing statistical analysis, cleaning data, and visualizing results. It's an ideal tool for data analysts, scientists, and anyone looking to dive into data exploration and machine learning.\n\n## Features\n\n- **Data Loading**: Load data directly from CSV files into a Python environment.\n- **Statistical Analysis**: Perform calculations like mean, median, mode, and trimmed mean.\n- **Outlier Detection**: Identify outliers using the z-score method.\n- **Data Cleaning**: Handle missing values, drop duplicates, and encode categorical data.\n- **Data Splitting**: Easily split data into training and testing sets for machine learning models.\n- **Data Visualization**: Create histograms and other plots to explore data visually.\n- **Data Export**: Export cleaned and processed data back into CSV format.\n\n## Enhanced Functionalities\n\n- **Advanced Visualization**: Utilize a dedicated visualizer for creating a variety of insightful data plots.\n- **Feature Engineering**: Enhance your data with new, informative features.\n- **Model Evaluation**: Assess the performance of machine learning models.\n- **Report Generation**: Automatically generate comprehensive HTML reports with summaries and visualizations.\n- **Data Imputation**: Implement advanced imputation techniques to handle missing data.\n\nThis toolkit is an asset for conducting preliminary data analysis, and it seamlessly integrates into larger data processing workflows.\n\n## Getting Started\n\nHere's how you can get started with DataAnalysisToolkit:\n\n\u003c!-- TODO: This coding example needs updated to the most recent release of the package. --\u003e\n\n```python\nfrom data_analysis_toolkit import DataAnalysisToolkit\n\n# Initialize the analyzer with the path to a CSV file\nanalyzer = DataAnalysisToolkit('../data/test.csv')\n\n\n# Calculate the mean, median, mode, and trimmed mean of a column\nstatistics = analyzer.calculate_budget_statistics('column_name')\nprint(statistics)\n\n# Detect outliers in a column using the z-score method\noutliers = analyzer.detect_outliers('column_name')\nprint(outliers)\n\n# Handle missing values in a column\nanalyzer.handle_missing_values('column_name', strategy='fill', fill_value=0)\n\n# Drop duplicate rows in the DataFrame\nanalyzer.drop_duplicates()\n\n# Encode categorical features in the DataFrame\nanalyzer.encode_categorical_features()\n\n# Split the data into training and testing sets\nX_train, X_test, y_train, y_test = analyzer.split_data('target_column')\n\n# Plot a histogram of a column\nanalyzer.plot_data('column_name')\n\n# Export the data to a CSV file\nanalyzer.export_data('new_file.csv')\n```\n\n## Installation\n\nInstall DataAnalysisToolkit using pip:\n\n```bash\npip install dataanalysistoolkit\n```\n\n## Documentation\n\nFor detailed documentation, examples, and usage guides, please visit [DataAnalysisToolkit Documentation](https://dataanalysistoolkit.readthedocs.io/en/latest/).\n\n## Contributing\n\nContributions are welcome! For guidelines on how to contribute, please refer to our [Contribution Guide](https://github.com/thomasthaddeus/DataAnalysisToolkit/CONTRIBUTING.md).\n\n## License\n\nDataAnalysisToolkit is open-sourced under the MIT License. For more details, see the [LICENSE](./LICENSE) file.\n\n---\n\nDeveloped with ❤ by the DataAnalysisToolkit Team.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasthaddeus%2Fdataanalysistoolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasthaddeus%2Fdataanalysistoolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasthaddeus%2Fdataanalysistoolkit/lists"}