{"id":20458306,"url":"https://github.com/asifdotexe/dora","last_synced_at":"2026-01-24T06:08:50.126Z","repository":{"id":241158107,"uuid":"804495248","full_name":"Asifdotexe/DORA","owner":"Asifdotexe","description":"DORA (Data Oriented Report Automator) automates Exploratory Data Analysis (EDA) to help you effortlessly explore datasets. Generate insightful statistics, visualizations, and reports with just a click! Streamline your data exploration workflow and uncover trends, patterns, and relationships in your data with ease.","archived":false,"fork":false,"pushed_at":"2024-10-12T10:03:08.000Z","size":5951,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T02:59:44.173Z","etag":null,"topics":["dora","eda-automator","exploratory-data-analysis","powerpoint-generation","pytest","python","report-generator"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Asifdotexe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-22T17:39:20.000Z","updated_at":"2024-12-30T22:29:44.000Z","dependencies_parsed_at":"2024-08-14T08:44:05.207Z","dependency_job_id":"2ef029a5-b8e8-4e70-befa-1c175aaa0f51","html_url":"https://github.com/Asifdotexe/DORA","commit_stats":null,"previous_names":["asifdotexe/eda_script","asifdotexe/dora"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Asifdotexe/DORA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asifdotexe%2FDORA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asifdotexe%2FDORA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asifdotexe%2FDORA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asifdotexe%2FDORA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Asifdotexe","download_url":"https://codeload.github.com/Asifdotexe/DORA/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asifdotexe%2FDORA/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261584235,"owners_count":23180675,"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":["dora","eda-automator","exploratory-data-analysis","powerpoint-generation","pytest","python","report-generator"],"created_at":"2024-11-15T12:11:52.691Z","updated_at":"2026-01-24T06:08:50.120Z","avatar_url":"https://github.com/Asifdotexe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Oriented Report Automator (DORA)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"data/assets/dora-updated-concept.png\" alt=\"DORA Logo\" width=\"200\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"data/assets/demo-snippet.png\" alt=\"DORA Demo\" width=\"700\"/\u003e\n\u003c/p\u003e\n\nAn interactive power-tool to automate Exploratory Data Analysis (EDA) and generate beautiful, insightful reports in seconds.\n\u003c/em\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://dora-eda.streamlit.app/\"\u003e\n        \u003cimg src=\"https://static.streamlit.io/badges/streamlit_badge_black_white.svg\" alt=\"Open in Streamlit\"\u003e\n    \u003c/a\u003e\n    \u003cbr\u003e\n\u003c/p\u003e\n\n## What is DORA?\n\nDORA is a tool that does the heavy lifting of data analysis for you. Instead of writing code to create charts and calculate statistics, you give DORA your data file, and it builds a comprehensive, beautiful HTML report automatically.\n\nYou can use DORA in two ways:\n1.  **Web App**: No installation needed. Just upload your data and download the report.\n2.  **CLI Tool**: Install locally for power usage and automation.\n\nIf you have used tools like [ydata-profiling](https://github.com/ydataai/ydata-profiling) and [sweetviz](https://pypi.org/project/sweetviz/), DORA lets you do more. It provides a way to process kaggle dataset as well without a lot of clutter.\n\n## Get started in 2 minutes\n\n1. Install DORA\n\nOpen your terminal and run the following command:\n\n```bash\npip install dora-eda\n```\n\n2. Run DORA\n\nSimply run the following command:\nDORA supports the following file formats: `.csv`, `.xlsx`, `.json`, `.parquet`\n\n```bash\ndora\n```\nAn interactive wizard will appear and ask a few simple questions:\n- What is the path to your data file? (You can type a path like `data/raw/insurance` or even a Kaggle dataset URL like `https://www.kaggle.com/datasets/sakshisatre/tips-dataset`)\n- Where should we save the report?\n- What kind of analysis do you want?\n\nSit back for a few seconds, and DORA will generate your report.\n\n**Example:**\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"data/assets/cli-demo.png\" alt=\"DORA Demo\" width=\"700\"/\u003e\n\u003c/p\u003e\n\n## Usage Examples\n\n**The Easy Way (Interactive Wizard)**\nBest for first-time users or quick checks.\n\n```bash\ndora\n```\n\nJust follow the prompts on the screen. DORA will handle the rest.\n\n**The Automation Way**\nIf you run the same analysis often, you can save your configuration in a YAML file and run DORA with the `--config` flag.\n```bash\ndora --config config.yaml\n```\n\n## What Do I Get?\nAfter DORA finishes, check the output folder you selected to find:\n1. `eda_report.html`: The main report. double-click to open it in your browser.\n2. `charts/`: A folder containing all the charts generated by DORA.\n\n## Contribution\nI love help from the community! If you are a developer and want to improve DORA, check out our [contribution guide](CONTRIBUTION.md) to get started with setting up the developer environment.\n\n## License\nDORA is licensed under the MIT License. See [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasifdotexe%2Fdora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasifdotexe%2Fdora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasifdotexe%2Fdora/lists"}