Business Intelligence & Data Analytics Platform
InsightIQ is a browser-based Business Intelligence platform designed for exploratory data analysis, statistical profiling, and interactive visualization of CSV datasets. It enables analysts to upload datasets, perform descriptive analytics, explore relationships between variables, and generate business insights through an intuitive dashboard.
The platform provides an interactive analytics workspace for examining structured datasets without requiring any backend setup. It combines data profiling, statistical analysis, visualization, correlation analysis, and reporting into a single web application.
- Interactive KPI dashboard
- Dataset overview
- Data completeness analysis
- Outlier detection
- Distribution analysis
- Category breakdown
- Time-series visualization
- CSV import
- Full-text search
- Column sorting
- Paginated data table
- Export filtered dataset
- Mean
- Median
- Standard Deviation
- Quartiles
- Interquartile Range (IQR)
- Box Plot
- Histogram
- Outlier Detection (IQR Method)
- Pearson Correlation Matrix
- Correlation Heatmap
- Correlation Threshold Filtering
- Absolute Correlation View
- Automated Data Quality Summary
- Column Profiling
- Statistical Insights
- Dataset Summary
- HTML Report Export
- SELECT queries
- WHERE filtering
- GROUP BY
- ORDER BY
- Aggregate Functions
- Query Result Visualization
Frontend
- HTML5
- CSS3
- JavaScript (ES6)
Libraries
- Chart.js
- PapaParse
- jStat
InsightIQ/
│
├── index.html
├── styles.css
├── app.js
├── README.md
│
└── assets/
- Clone the repository
git clone https://github.com/Haridyanshu/InsightIQ.git - Open the project folder
cd InsightIQ - Launch
index.html
No installation or server setup is required.
- Automatic dataset profiling
- Numeric and categorical column detection
- Missing value analysis
- Descriptive statistics
- Correlation analysis
- Interactive visualizations
- Searchable data explorer
- CSV import/export
- Automated report generation
- SQL Query Console
- Calculated Fields
- Custom KPI Builder
- Dashboard Export
- Dark/Light Theme
- Additional Statistical Tests
- Advanced Filtering
- Session Persistence
Haridyanshu
- GitHub: https://github.com/Haridyanshu