Baselight

H1B Employer Data 2021-2023

Exploring H1B Employer Trends for US Visa Holders

@kaggle.nivedithavudayagiri_h1b_employer_data_2021_2023

Loading...
Loading...

About this Dataset

H1B Employer Data 2021-2023

The United States Citizenship and Immigration Services (USCIS) is an agency under the U.S. Department of Homeland Security responsible for overseeing the country's immigration system. Its primary role is to administer and enforce immigration laws, including the processing of various visa applications.

The H1B visa is a non-immigrant visa category in the United States that allows U.S. employers to hire foreign workers in specialty occupations. It is designed to bring highly skilled professionals from around the world to work in specialized fields such as information technology, engineering, finance, healthcare, and more. The H1B visa program helps address skill shortages in certain industries and contributes to the country's economic growth and innovation.

To obtain an H1B visa, an employer must sponsor a foreign worker by filing a petition with USCIS. The employer must demonstrate that the position requires specialized knowledge and that they were unable to find a qualified U.S. worker to fill the role. Additionally, the employer must offer the foreign worker a prevailing wage and comply with various regulatory requirements.

The H1B visa program is subject to an annual numerical cap, which limits the number of new H1B visas that can be issued each fiscal year. The cap for most H1B visas is set at 65,000, with an additional 20,000 reserved for individuals who hold advanced degrees from U.S. institutions. The demand for H1B visas often exceeds the available slots, leading to a competitive and selective application process.

USCIS plays a crucial role in processing and adjudicating H1B visa petitions. They review the employer's eligibility, the qualifications of the foreign worker, and ensure compliance with the relevant laws and regulations. The agency's decisions on H1B visa petitions can have a significant impact on both employers and individuals seeking to work in the United States under this program.

Analyzing USCIS's H1B employer data can provide valuable insights into the industries, companies, and job positions that rely on the H1B visa program, as well as trends in the program's utilization over time.

Tables

H 1b Data Export 2021

@kaggle.nivedithavudayagiri_h1b_employer_data_2021_2023.h_1b_data_export_2021
  • 546.28 KB
  • 25621 rows
  • 11 columns
Loading...

CREATE TABLE h_1b_data_export_2021 (
  "fiscal_year" BIGINT,
  "employer" VARCHAR,
  "initial_approval" BIGINT,
  "initial_denial" BIGINT,
  "continuing_approval" BIGINT,
  "continuing_denial" BIGINT,
  "naics" BIGINT,
  "tax_id" DOUBLE,
  "state" VARCHAR,
  "city" VARCHAR,
  "zip" DOUBLE
);

H 1b Data Export 2022

@kaggle.nivedithavudayagiri_h1b_employer_data_2021_2023.h_1b_data_export_2022
  • 584.44 KB
  • 24809 rows
  • 11 columns
Loading...

CREATE TABLE h_1b_data_export_2022 (
  "fiscal_year" BIGINT,
  "employer" VARCHAR,
  "initial_approval" BIGINT,
  "initial_denial" BIGINT,
  "continuing_approval" BIGINT,
  "continuing_denial" BIGINT,
  "naics" BIGINT,
  "tax_id" DOUBLE,
  "state" VARCHAR,
  "city" VARCHAR,
  "zip" DOUBLE
);

H 1b Data Export 2023

@kaggle.nivedithavudayagiri_h1b_employer_data_2021_2023.h_1b_data_export_2023
  • 364.9 KB
  • 15400 rows
  • 11 columns
Loading...

CREATE TABLE h_1b_data_export_2023 (
  "fiscal_year" BIGINT,
  "employer" VARCHAR,
  "initial_approval" BIGINT,
  "initial_denial" BIGINT,
  "continuing_approval" BIGINT,
  "continuing_denial" BIGINT,
  "naics" BIGINT,
  "tax_id" DOUBLE,
  "state" VARCHAR,
  "city" VARCHAR,
  "zip" DOUBLE
);

Share link

Anyone who has the link will be able to view this.