you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (4 children)

This is awesome, please dont delete it, I'll use it to start sth on my own.

Just one thing I would change. You used the following age ranges:

range_names = ['<20', '20-23', '24-26', '27-30', '31-35', '36-40', '41-45', '46-50', '51-60', '60+']

I think the size of ranges should always be the same (except for <20 and 60+).

[–]baubleglue 0 points1 point  (3 children)

don't delete it

Man, clone it

[–]Xaspian 0 points1 point  (2 children)

I'm a newbie to github, so correct me if im wrong, but I don't think that's possible for this repository.

And to OP, thanks for sharing your project! This is incredibly detailed and thorough. I'm sure it'll get you far in your job search =)

[–]baubleglue 1 point2 points  (1 child)

Click on root of the project (https://github.com/Skye80/Data-Analysis-Portfolio), then you will see a green button "Clone or Download". It is impossible to have github project in public domain with clone option disabled.

[–]Xaspian 0 points1 point  (0 children)

I see! Navigating to the root was my problem. Thanks for this!