H-1B Visa Analysis [R]
Analysis of President Trump’s memos on the H-1B applications in the year 2017.
1. Introduction
The H-1B is a temporary (non-immigrant) visa category that allows employers to petition for highly educated foreign professionals to work in “specialty occupations” that require at least a Bachelor’s degree or the equivalent. For a foreign national to apply for H-1B visa, a US employer must offer them employment and submit a petition for the visa to the US Immigration department (USCIS).
In 2016, Donald Trump won the presidential election to become the 45th President of the United States. In the following year, President Trump’s administration issued memos that were meant to clarify the existing H-1B applications process. It was not mandatory for the state governments to enforce these memos. Forbes posted an interesting article about a few policies that the president wanted to introduce. As an international student looking to gain work experience in the United States, the H-1B visa is a wonderful opportunity that enables me to achieve that goal. In this project, I want to explore the H-1B visa applications data for the years from 2015 to 2019 to see if the memo affected the application process and more broadly, observe how policy affects the process.
References:
2. Libraries
These are the libraries I used for this project:
|
|
3. The Dataset
The dataset used for this analysis was downloaded from Kaggle and is called the H-1B Visa Petitions 2015-2019 dataset. It contains five year’s worth of H-1B petition data, with around 860,000 records overall.
There are 13 columns in the dataset and they are explained as follows:
CASE_STATUS
: Status of the H-1B applicationCASE_NUMBER
: Unique case identifier numberEMPLOYER_NAME
: The name of the employer as registered in the H-1B applicationSOC_NAME
: The occupation name for the employmentSOC_CODE
: The occupation code for the employmentJOB_TITLE
: The job title of the employmentFULL_TIME_POSITION
: Whether the application is for full time rolesPREVAILING_WAGE
: The most frequent wage for the corresponding roleYEAR
: Year of application filingWORKSITE
: The address of the employer worksiteWORKSITE_STATE_FULL
: The state of the employer worksiteWORKSITE_STATE_ABB
: The abbreviated state of the employer worksiteWORKSITE_STATE_CITY
: The city of the employer worksite
References:
4. Reading the data
|
|
1. Data Snippet
|
|
2. Data Cleaning
There are rows with missing data. Since there are around 860,000 rows of data, I chose to drop these rows instead of imputing the values.
|
|
5. Number of H-1B applications filed from 2015 to 2019
To start a comparison of the H-1B visa process in the two years, it first makes sense to understand how many applications were filed in these years. The number of applications filed was fairly constant from 2015 to 2019 and hence, I believe that the comparison of data from 2015-2019 is fair.
|
|
6. Number of applications by state
In continuation to the general exploration of data, let’s view the number of applications filed in each states to get an idea of which state is most willing to sponsor H-1B work visas.
|
|
7. Distribution of Case Status
In 2017, President Trump’s administration introduced a memo that rescinded an older memo from December 2000 and took the position that entry-level computer programmers are not presumed to be eligible for H-1B visas. USCIS officials maintained that this was not a policy change but instead was meant to clarify the existing policy. Experts, however, said that the impact would likely lead to increased scrutiny of the H-1B petitions.
|
|
8. Occupation Code
From the plot below, we observe that overall, IT related occupations received substantially more H-1B petitions than the other fields. The top 5 specialty occupations are IT related and require some form of programming.
|
|
Since, the memo was directed towards IT related job roles, let us see if there was a decline in the certification of IT related occupation applications in 2017. A line plot tells us the trend over the years from 2015 to 2019.
|
|
From the above plot, there is a slight drop in the number of certified applications in all three categories. The total number of H-1B applications filed in 2017 was less than that in 2016 but the difference was not significant. Moreover, in 2019, the number of H-1B applications filed was similar to that in 2017 and we see a meteoric rise for the SOFTWARE DEVELOPERS, APPLICATIONS
SOC. The fact that there was a drop in the number of SOFTWARE DEVELOPERS, APPLICATIONS
H-1B application confirms the effect of President Trump’s memo on the IT industry.
9. Was there a change in the number of applications for these positions over the years?
|
|
Out of the 8 states, 5 states saw a decline in the number of applications filed for the SOFTWARE DEVELOPERS, APPLICATIONS
SOC. Hence, not all states followed the memo recommended by the president’s administration. Interestingly, out of the 5 states that saw a drop in the number of H-1B applications for this SOC, President Trump won the elections in 3 states. Furthermore, in the states where there was an increase in the number of applications, President Trump won in 2 states as can be seen from the map above. Hence, there does not seem to be a connection to the state’s political preference and the number of applications.
10. Part-time vs Full-time
Another potentially interesting effect of the memo could be the effect it had on the Part-time vs Full-time applicants. Due to more scrutiny, I expect the proportion of Part-time applications that are certified to be smaller in 2017 when compared to the other years, or at least, decline from the previous year. From the pie chart below, we notice that there is a decrease in the number of part time certification but the trend continues into 2018 and 2019. It is interesting to note that there were more part time certifications in 2016 than full time!
On doing more research, it turns out that USCIS reached the maximum cap for full time H-1B applications in 4/7/2015 and that no more applications would be accepted till October 2016. CMU’s Office of International Education posted an interesting update on this situation in 2015. Have a read here.
|
|
11. Effect of H-1B salary floor on the certification percentage
Another memo that President Trump’s administration introduced was to raise the minimum salary requirements for an individual to qualify for the visa. They proposed to raise it to $90,000. First, let’s see if this reflects in the data in the form of mean salaries over the years for all case statuses.
|
|
From the above plot, in general, there is an increase in the mean wage from 2015 to 2017. Lets perform a hypothesis test to see if there is a statistically significant difference in the mean of the wages in 2016 and 2017.
|
|
Since the p-value is lower than the level of significance (0.05), we can say that there is a statistically significant difference between the salaries in year 2016 and 2017. Hence, President Trump’s policy did have a significant affect on the prevailing wages in 2017. The mean wages rose from $84,525 in 2016 to $97,434 in 2017.
12. Which companies sponsored H-1B visas the most, and was there a decline after the memos?
H-1B visas are sponsored by a company. It could be interesting to see if there was a decline in the number of applications filed by the company in 2017 for the SOFTWARE DEVELOPER, APPLICATIONS SOC. Since there are a large number of companies that sponsor visa, lets look at the top 10 companies for this specific occupation over all the years.
|
|
Over the years, Capgemini has sponsored the most number of H-1B visas for the SOFTWARE DEVELOPERS, APPLICATIONS
SOC. Let’s see what the year-wise break-down looks like for 2016 and 2017.
|
|
In 2017, Capgemini seems to have pulled back on filing H-1B applications where as some new companies like Mastech Digital Technologies began sponsoring visas. Furthermore, Birlasoft and Deloitte did not file any H-1B visas in 2017. JP Morgan also reduced the number of applications filed whereas Fujitsu increased slightly. From the above plot, we can say that the most sponsorship friendly companies in 2016 have been slightly more conservative in filing applications in 2017.
13. Conclusion and remarks
President Trump’s administration introduced a few memos in 2017 regarding the H-1B application qualification requirements. They were:
- Advising against considering entry-level programming jobs as a special occupation
- Raising the minimum wage requirement to $90,000
There was an observed decrease in the number of H-1B applications certified for the SOFTWARE DEVELOPERS, APPLICATIONS
SOC in 2017. The minimum wage requirement memo did raise the mean wage to greater than $90,000 and the percent increase from the previous year was 15.27% which is much higher than the mean inflation rate in 2017 (2.1%).
President Biden has recently reinstated the previous policies and hence, in the future, with more recent data, it will be interesting to see if the numbers of applications filed certified in the IT related jobs have recovered.