This project is a web application designed to analyze and visualize csv and other files It enables users to explore placement data, student performance, and company hiring trends through interactive charts and queries.
- 📂 Data Ingestion: Reads placement data from a CSV file and seeds it into a PostgreSQL database.
- 🔎 Query System: Users can search or select from suggested queries to analyze placement trends.
- 📊 Data Visualization: Supports Bar, Line, Pie, Scatter, and Area charts using Recharts.
- 📌 Information Display: Provides insights on placements, company offers, and student records.
Displays project details and a reference to GLA University.
A search bar where users can enter queries to retrieve specific placement data.
Predefined queries to help users explore key insights quickly.
Generates dynamic charts based on selected queries using Recharts.
Wraps the DynamicChart component and manages client-side rendering.
Reads a CSV file and populates the PostgreSQL database with placement data.