Skip to content

Instantly share code, notes, and snippets.

@aishwarya8615
Last active September 18, 2019 22:21

Revisions

  1. aishwarya8615 revised this gist Sep 18, 2019. 1 changed file with 4 additions and 8 deletions.
    12 changes: 4 additions & 8 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,8 @@
    Context:A cleaned data set of US state and federal minimum wages from 1968 to 2017.
    This is to be used for the Data Visualization project.
    Dataset Source: [US Minimum Wage Data](https://www.kaggle.com/lislejoem/us-minimum-wage-by-state-from-1968-to-2017) the data taken from Kaggle helps in describing the US Minimum Wage in all states of USA for a period of 50 years.It is a cleaned data set of US state and federal minimum wages from 1968 to 2017.
    This can be used for Machine Learning and Data Visualization purposes.

    Each row in the data comprises of the Year, State, the Low and High wages, and CPI Average

    Motive: How minimum wage laws play a role in seeing the ideology of particular areas at a time in the United States.

    About the Data:
    Year: The year of the data.
    @@ -12,9 +13,4 @@ CPI.Average: This is the Consumer Price Index associated with that year. It was
    High.2018: This is the 2018-equivalent dollars for High.Value.
    Low.2018: This is the 2018-equivalent dollars for Low.Value.

    Here all attributes except the "State" are quantitative and "State" is the Categorical variable.

    Notes:
    N/A --> Not Applicable

    Dataset Source: [US Minimum Wage Data](https://www.kaggle.com/lislejoem/us-minimum-wage-by-state-from-1968-to-2017) the data taken from Kaggle helps in describing the US Minimum Wage in all states of USA for a period of 50 years.
  2. aishwarya8615 revised this gist Sep 14, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -15,4 +15,6 @@ Low.2018: This is the 2018-equivalent dollars for Low.Value.
    Here all attributes except the "State" are quantitative and "State" is the Categorical variable.

    Notes:
    N/A --> Not Applicable
    N/A --> Not Applicable

    Dataset Source: [US Minimum Wage Data](https://www.kaggle.com/lislejoem/us-minimum-wage-by-state-from-1968-to-2017) the data taken from Kaggle helps in describing the US Minimum Wage in all states of USA for a period of 50 years.
  3. aishwarya8615 revised this gist Sep 8, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Minimum_Wage_Data.csv
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Year,State,High.Value,Low.Value,CPI.Average,High.2018,Low.2018
    Year,State,HighValue,LowValue,CPIAverage,High2018,Low2018
    1968,Alabama,0,0,34.78333333,0,0
    1968,Alaska,2.1,2.1,34.78333333,15.12,15.12
    1968,Arizona,0.66,0.468,34.78333333,4.75,3.37
  4. aishwarya8615 revised this gist Sep 4, 2019. 1 changed file with 2 additions and 3 deletions.
    5 changes: 2 additions & 3 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    A cleaned data set of US state and federal minimum wages from 1968 to 2017.
    Context:A cleaned data set of US state and federal minimum wages from 1968 to 2017.
    This is to be used for the Data Visualization project.

    Motive: How minimum wage laws play a role in seeing the ideology of particular areas at a time in the United States.
    @@ -12,8 +12,7 @@ CPI.Average: This is the Consumer Price Index associated with that year. It was
    High.2018: This is the 2018-equivalent dollars for High.Value.
    Low.2018: This is the 2018-equivalent dollars for Low.Value.

    Here all values except the "State" are quantitative and State is the Categorical variable.
    Here all attributes except the "State" are quantitative and "State" is the Categorical variable.

    Notes:
    All attributed except 'State' are numerical
    N/A --> Not Applicable
  5. aishwarya8615 revised this gist Sep 4, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -12,6 +12,8 @@ CPI.Average: This is the Consumer Price Index associated with that year. It was
    High.2018: This is the 2018-equivalent dollars for High.Value.
    Low.2018: This is the 2018-equivalent dollars for Low.Value.

    Here all values except the "State" are quantitative and State is the Categorical variable.

    Notes:
    All attributed except 'State' are numerical
    N/A --> Not Applicable
  6. aishwarya8615 revised this gist Sep 3, 2019. 1 changed file with 17 additions and 0 deletions.
    17 changes: 17 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    A cleaned data set of US state and federal minimum wages from 1968 to 2017.
    This is to be used for the Data Visualization project.

    Motive: How minimum wage laws play a role in seeing the ideology of particular areas at a time in the United States.

    About the Data:
    Year: The year of the data.
    State: The state or territory of the data.
    High.Value: As there were some values in original Table_Data that had multiple values (usually associated with footnotes), this is the higher of the two values in the table. It could be useful for viewing the proposed minimum wage, because in most cases, the higher value meant that all persons protected under minimum wage laws eventually had minimum wage set at that value.
    Low.Value: This is the same as High.Value, but has the lower of the two values. This could be useful for viewing the effective minimum wage at the year of setting the minimum wage, as peoples protected under such minimum wage laws made that value during that year (although, in most cases, they had a higher minimum wage after that year).
    CPI.Average: This is the Consumer Price Index associated with that year. It was used to calculate 2018-equivalent values.
    High.2018: This is the 2018-equivalent dollars for High.Value.
    Low.2018: This is the 2018-equivalent dollars for Low.Value.

    Notes:
    All attributed except 'State' are numerical
    N/A --> Not Applicable
  7. aishwarya8615 renamed this gist Sep 3, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  8. aishwarya8615 created this gist Sep 3, 2019.
    2,751 changes: 2,751 additions & 0 deletions Minimum_Wage_Data
    2,751 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.