IT Job Market Insights
A Deep Dive into IT Company Ratings and Reviews
@kaggle.noeyislearning_it_job_market_insights
A Deep Dive into IT Company Ratings and Reviews
@kaggle.noeyislearning_it_job_market_insights
This dataset provides a comprehensive overview of various companies, including their ratings, number of reviews, job postings, interview experiences, and specific areas where they are highly rated or critically rated. The data is sourced from employee reviews and other relevant sources, offering insights into the overall sentiment and specific aspects of working at these companies.
CREATE TABLE companies (
"company_name" VARCHAR,
"rating" DOUBLE,
"reviews" VARCHAR,
"jobs" VARCHAR,
"interviews" VARCHAR,
"highly_rated_for" VARCHAR,
"critically_rated_for" VARCHAR
);Anyone who has the link will be able to view this.