{"id":21262911,"url":"https://github.com/bebrowskiy/data_analytics_dashboard","last_synced_at":"2025-03-15T07:44:25.863Z","repository":{"id":242834611,"uuid":"810701181","full_name":"Bebrowskiy/data_analytics_dashboard","owner":"Bebrowskiy","description":"A web application that provides tools for visualizing data and compiling statistical summaries","archived":false,"fork":false,"pushed_at":"2024-06-05T08:03:02.000Z","size":212,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T22:43:07.448Z","etag":null,"topics":["dashboard","data-analytics","data-dashboard","web-application"],"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/Bebrowskiy.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":"2024-06-05T07:46:54.000Z","updated_at":"2024-06-05T08:03:05.000Z","dependencies_parsed_at":"2024-06-05T09:08:22.051Z","dependency_job_id":"1aac7ae1-fc45-4933-b6ec-bedb3375b021","html_url":"https://github.com/Bebrowskiy/data_analytics_dashboard","commit_stats":null,"previous_names":["bebrowskiy/data_analytics_dashboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bebrowskiy%2Fdata_analytics_dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bebrowskiy%2Fdata_analytics_dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bebrowskiy%2Fdata_analytics_dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bebrowskiy%2Fdata_analytics_dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bebrowskiy","download_url":"https://codeload.github.com/Bebrowskiy/data_analytics_dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243701316,"owners_count":20333616,"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":["dashboard","data-analytics","data-dashboard","web-application"],"created_at":"2024-11-21T04:59:42.345Z","updated_at":"2025-03-15T07:44:25.844Z","avatar_url":"https://github.com/Bebrowskiy.png","language":"Python","readme":"\u003cp align=\"center\"\u003e\u003cimg alt=\"image\" src=\"pictures/image.png\" /\u003e\u003c/p\u003e\n\n# Data Analytics Dashboard\n\n## Overview\n\nThe Data Analytics Dashboard is an interactive web application built with Dash, allowing users to upload their datasets and perform various types of data analysis. The application supports CSV and Excel file formats and provides tools for data visualization and statistical summary.\n\n## Features\n\n- **File Upload**: Easily upload your CSV or Excel files.\n- **Interactive Table**: View your data in a user-friendly table.\n- **Data Visualization**: Generate scatter plots to visualize the relationships between variables.\n- **Responsive Design**: Access the dashboard from any device with a modern web browser.\n\n## Project Structure\n\n```\ndata_analytics_dashboard/\n│\n├── app/\n│ ├── init.py\n│ ├── layout.py\n│ ├── callbacks.py\n│ └── assets/\n│ ├── styles.css\n├── config.py\n├── run.py\n└── requirements.txt\n```\n\n- `app/`: Directory containing the code for the web application.\n  - `__init__.py`: Initialization of the Dash app.\n  - `layout.py`: Layout definition for the app page.\n  - `callbacks.py`: Callbacks for interactivity.\n  - `assets/`: Folder for static files (e.g., CSS styles).\n- `config.py`: Application configuration file.\n- `run.py`: File to run the web application.\n- `requirements.txt`: Project dependencies file.\n\n## Running the Application\n\n### Prerequisites\n\n- Python 3.6 or higher\n\n### Setup\n\n1. **Clone the repository**:\n\n```sh\ngit clone https://github.com/Bebrowskiy/data_analytics_dashboard.git\ncd data_analytics_dashboard\n```\n\n2. **Create and activate a virtual environment**:\n\n```sh\npython -m venv venv\nsource venv/bin/activate  # On Windows, use `venv\\Scripts\\activate`\n```\n\n3. **Install dependencies**:\n\n```sh\npip install -r requirements.txt\n```\n\n4. **Run the web application**:\n\n```sh\npython run.py\n```\n\nThen, open a web browser and go to `http://127.0.0.1:8050/` to start using the application.\n\n## Usage\n\n1. **Upload a Dataset**:\n\n   - Click on the \"Select Files\" button or drag and drop your CSV or Excel file into the designated area.\n\n2. **View and Analyze Data**:\n   - After uploading, your data will be displayed in an interactive table.\n   - A scatter plot will be automatically generated using the first two columns of your dataset.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbebrowskiy%2Fdata_analytics_dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbebrowskiy%2Fdata_analytics_dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbebrowskiy%2Fdata_analytics_dashboard/lists"}