Skip to content

Bruzzese Inskeep Nemera Submission for exercise 5#2

Open
bruzecruise wants to merge 6 commits into
lyy005:masterfrom
bruzecruise:master
Open

Bruzzese Inskeep Nemera Submission for exercise 5#2
bruzecruise wants to merge 6 commits into
lyy005:masterfrom
bruzecruise:master

Conversation

@bruzecruise

Copy link
Copy Markdown

Bruzzese Inskeep Nemera Submission for exercise 5

Comment thread exercise5 script.py
#write.csv
swage.to_csv('unique_gender_yearsExperience.csv', sep='\t')


Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

Comment thread exercise5 script.py
#counts females in top 10
ctopfemale= Topfemales.gender.count()
print (ctopfemale)

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

Comment thread exercise5 script.py
min12 = min(wages12.wage) #minimum wage of people with 12 years of school
wages16 = wages[wages.yearsSchool==16] #selects people with 16 years of school
min16 = min(wages16.wage) #minimum wage of people with 16 years of school
print(min16-min12)

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants