Last active
September 18, 2019 22:21
Revisions
-
aishwarya8615 revised this gist
Sep 18, 2019 . 1 changed file with 4 additions and 8 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,8 @@ 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 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. -
aishwarya8615 revised this gist
Sep 14, 2019 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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. -
aishwarya8615 revised this gist
Sep 8, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ 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 -
aishwarya8615 revised this gist
Sep 4, 2019 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ 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 attributes except the "State" are quantitative and "State" is the Categorical variable. Notes: N/A --> Not Applicable -
aishwarya8615 revised this gist
Sep 4, 2019 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
aishwarya8615 revised this gist
Sep 3, 2019 . 1 changed file with 17 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
aishwarya8615 renamed this gist
Sep 3, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
aishwarya8615 created this gist
Sep 3, 2019 .There are no files selected for viewing