Learn Practical Data Sciences with Bash Shell: This project-based interactive course will help you to become an expert in bash and learn to explore real-world large data sets
https://school.scientificprogramming....
In this lesson we will use a simple (publicly available) dataset obtained from the data.world called: US News Universities Rankings 2017 edition. From this data, using Bash we will explore different features and finally find an interesting fact about the correlation of tuition fees and uni rank. This simple dataset contains the following fields.
Name - institution name
Location - City, State where located
Rank - read methodology here.
Description - a snippet of text overview from U.S. News.
Tuition and fees - combined tuition and fees.
Undergrad Enrollment - number of enrolled undergratuate students
In each project described in this book, we will attempt to learn a few Bash commands and tricks.