Employee Data From The City Of Chicago
This dataset contains data that describe numerous public employees in Chicago.
@kaggle.rishidamarla_employee_data_from_the_city_of_chicago
This dataset contains data that describe numerous public employees in Chicago.
@kaggle.rishidamarla_employee_data_from_the_city_of_chicago
There aren't many datasets that openly share information that is included in this dataset. Thus, it is very crucial to take advantage of the fact that this data exists for public use.
This dataset includes the names, salaries, and position titles of numerous employees from Chicago, Illinois, America.
This data was found at https://data.cityofchicago.org/Administration-Finance/Current-Employee-Names-Salaries-and-Position-Title/xzkq-xp2w.
CREATE TABLE current_employee_names_salaries_and_position_titles_1 (
"name" VARCHAR,
"job_titles" VARCHAR,
"department" VARCHAR,
"full_or_part_time" VARCHAR,
"salary_or_hourly" VARCHAR,
"typical_hours" DOUBLE,
"annual_salary" VARCHAR,
"hourly_rate" VARCHAR
);Anyone who has the link will be able to view this.