Graduate Employability Dataset
Student Performance vs Placement Dataset
@kaggle.sidraaazam_graduate_employability_dataset
Student Performance vs Placement Dataset
@kaggle.sidraaazam_graduate_employability_dataset
Detailed Dataset Description
This dataset is a comprehensive collection of [type of data, e.g., financial, medical, demographic, or environmental] information spanning the period from [start date] to [end date]. It is designed to provide insights into [main purpose of the dataset, e.g., market trends, patient behavior, climate patterns, consumer habits] and is suitable for advanced analysis, predictive modeling, and visualization.
Contents
Number of Records: [total rows]
Number of Features/Columns: [total columns]
Feature Types: Includes both numeric and categorical features, such as [examples of numeric features], [examples of categorical features], and [any special types, e.g., time series, text data].
Target Variable (if applicable): [Name of the target variable, e.g., “Gold Price”, “Insurance Charges”, “Customer Purchase Amount”]
Missing Values & Data Quality: [Brief note about missing values, anomalies, or cleaning required]
Context
This dataset captures [real-world context], enabling users to explore patterns, correlations, and trends. Analysts and data scientists can use it for tasks such as:
Statistical analysis and reporting
Machine learning modeling and predictive analytics
Trend visualization and forecasting
Correlation and causal relationship studies
Additional Notes
The data is collected from [sources, e.g., public records, surveys, APIs, financial exchanges].
It has undergone [brief description of preprocessing, cleaning, or normalization if any].
The dataset is intended for [specific audience, e.g., researchers, data analysts, business strategists] and can be integrated into [specific tools or platforms if relevant].
CREATE TABLE collegeplacement (
"college_id" VARCHAR,
"iq" BIGINT,
"prev_sem_result" DOUBLE,
"cgpa" DOUBLE,
"academic_performance" BIGINT,
"internship_experience" VARCHAR,
"extra_curricular_score" BIGINT,
"communication_skills" BIGINT,
"projects_completed" BIGINT,
"placement" VARCHAR
);
Anyone who has the link will be able to view this.