Intro to Data Analysis with Ruby -- (SLIDES - http://ladieslearningcode.github.io/llc-intro-to-ruby/slides.html), (LEARNER FILES - http://bit.ly/llc-ruby-data) - No sample project.
Stars
7
Forks
10
Watchers
7
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
7
commits
6
commits
5
commits
4
commits
3
commits
3
commits
3
commits
2
commits
1
commits
Merge pull request #18 from robinetmiller/simplifications
4aeb95dView on GitHubMerge pull request #17 from robinetmiller/merge_functions_and_booleans_pr
6047604View on GitHubRenamed functions to methods in slides because functions don't exist in Ruby - everything is methods
99f21a7View on GitHubReplaced all instances of string single quotes with double string quotes in slides
c4a2bedView on GitHubReplaced for X in Y loop style with standard Ruby iterator style
720008dView on GitHubReplaced block comments with standard comments to conform to Rubocop standard as well as for readability for learners
4ca8bfcView on GitHubMade all String literals use double quotes for consistency with slides.
50e628fView on GitHub