https://github.com/guptaachin/us-visa-data-analysis
Analyzing the different parameters that make a successful US-VISA Application.
https://github.com/guptaachin/us-visa-data-analysis
dataanalytics documentation tableau visualization
Last synced: 3 months ago
JSON representation
Analyzing the different parameters that make a successful US-VISA Application.
- Host: GitHub
- URL: https://github.com/guptaachin/us-visa-data-analysis
- Owner: guptaachin
- Created: 2018-09-03T16:56:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T19:52:07.000Z (over 6 years ago)
- Last Synced: 2025-01-14T06:46:08.225Z (4 months ago)
- Topics: dataanalytics, documentation, tableau, visualization
- Size: 22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# US-VISA-Data-Analysis
Quick look up : [The Tableau dashboard](https://public.tableau.com/shared/32BSS87B3?:display_count=yes), [SPAP](https://github.com/gauscian/US-VISA-Data-Analysis/blob/master/%5BSPAP%5DWhat-maximizes-the-chances-of-a-US-VISA-being-Certified.png)
## Why am I creating this repo?
This mini project is dedicated to proposing an [organized way](https://www.coursera.org/learn/analytics-tableau) of working through a Data Science problem. I see Data Analysis as the most important part of a data science project. If you do not know your data well, you can never produce conclusive results. In addition to this it is particularly impossible to model a data effectively if you do know how your fields impact the target attribute.
Further, according to my observation the only stand alone reason for the cloud around the definition of Data Science is actually the absence of a defined paradigm for solving the Data Science problem. I think there isn't any. This method I am about to introduce will however help a beginner to at least approach a problem with some clarity in mind and be confident of the end product.> For me Data Science is an art of first being passionate about your problem, understanding the problem statement, collecting the relevant data and analyze it to solve the problem at hand.
I think this is pretty much I try to do with each one of my data science project. Let me try to break down my definition of data science.
1. Being passionate about your problem - This allows you to put in the required amount of mental resources to actually think about the problem and formulate a problem statement. i.e a Specific, Measurable, Attainable, Relevant, Time bound **(SMART goal)**. For instance, if you aspire to come to USA to have a taste of real innovation, you might wonder about the most successful route of getting your VISA approved.
2. After you are down with your problem statement, you should have a **dependent variable**, the variable you want to make conclusions about. Here it is Case Status.
3. Followed by this you might want to think about the **independent variables**, the variables that would affect this dependent variable.
4. Further you can go ahead and think about the ways (or specific **visualizations**) you can make to be clear about the relation ships about your IVs and DV.
5. Going ahead down the line, use a tool to create the planned visualizations and digest the overall theme of your data. It is important to be sure what your data says about your DV. This will help you to get a feel of fields you would want to use when you use ML algorithms to model your data.
6. Finally now that you are clear about your final list of IVs and their relationship with the DV, you can go ahead and model the problem with any of the **machine learning algorithms**.The most important point - Since this is just a paradigm, it takes a lot of practice to master the skill. So be patient and be curious.
Be sure to have all the information in a mind map (SPAP). So that you can re iterate over it and continuously evolve it.## Introducing the motivation
When a US company wants to hire someone from outside of the United States for a technical
position, they have to file an application to the United States government to get a green card or visa
for the foreign applicant. These applications allow the US government to track who is entering and
leaving the country for work-related reasons, and ensure that immigrants are neither being taken
advantage of nor causing adverse effects for U.S. workers. To ensure equity for US and non-US
workers, companies have to state how much they are planning on paying the employee every time
they submit a visa or green card application. They also have to state the average amount an
employee with similar skills and background typically gets paid for the same position, a figure
called “the prevailing wage.” This publically available data provides a unique view into what types
of salaries you might encounter for different data–related jobs in the US.*Skewed nature of the data* - makes the predictive modelling around case status impractical.
## Source
The original data was compiled by the [US Department of Labor’s Office of Foreign Labor
Certification](http://www.foreignlaborcert.doleta.gov/performancedata.cfm).## Analysis
### SPAP - (Structured Analysis Plan)
[Here](https://github.com/gauscian/US-VISA-Data-Analysis/blob/master/%5BSPAP%5DWhat-maximizes-the-chances-of-a-US-VISA-being-Certified.png) is the SPAP for the above problem. This plan was prepared after a brief look into the data and imbibing the overall intuition of the data.
#### Description of the SPAP :
1. Layer 1 : SMART GOAL of the analysis. Since the data I analyze is particularly skewed with respect to the Case Status field I only use the SMART goal for thinking about the possible Independent variables.
2. Layer 2 : Dependent variable (Case status in our case).
3. Layer 3 : Independent varibles hypothesized to be associated with the Case Status variable.
4. Layer 4 : Describes the plan for the vizualizations to be created.
5. Layer 5 : Is the reference to the conclusions drawn as mentioned in this report.### My Analysis of the problem.
List of related resources.
1. [The Tableau dashboard](https://public.tableau.com/shared/32BSS87B3?:display_count=yes)
2. [SPAP](https://github.com/gauscian/US-VISA-Data-Analysis/blob/master/%5BSPAP%5DWhat-maximizes-the-chances-of-a-US-VISA-being-Certified.png)The last layer of the SPAP defines the numbers I use here to conclude on my findings about the respective Independent variables.
### Here are visualizations I created to digest the data
1. Affect of Job Title Sub Group

2. Distribution of VISA applications across States in USA

3. Analyzing the relation between Case status and the VISA received date

4. Affect of VISA type

5. Concluding analysis on underpaying which clearly show the US's labour attitude in protecting its labour class.
