📊 AI Developer Performance Analysis Dataset
A dataset capturing productivity, skills, , and performance of AI developers
@kaggle.rehanliaqat17_average_sleep_duration_per_day_in_hours
A dataset capturing productivity, skills, , and performance of AI developers
@kaggle.rehanliaqat17_average_sleep_duration_per_day_in_hours
This dataset presents structured information on AI developer performance, combining skills, experience, productivity, and work-related factors. It is designed for data analysis and machine learning tasks focused on evaluating and predicting developer performance.
CREATE TABLE ai_developer_performance_extended_1000 (
"hours_coding" BIGINT,
"lines_of_code" BIGINT,
"bugs_found" BIGINT,
"bugs_fixed" BIGINT,
"ai_usage_hours" BIGINT,
"sleep_hours" DOUBLE,
"cognitive_load" BIGINT,
"task_success_rate" BIGINT,
"coffee_intake" BIGINT,
"stress_level" BIGINT,
"task_duration_hours" DOUBLE,
"commits" BIGINT,
"errors" BIGINT
);Anyone who has the link will be able to view this.