Linux Data Science Project #3: Statistical Data Analytics with Linux Bash Shell

Опубликовано: 27 Апрель 2026
на канале: Scientific Programming School
726
12

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 project, mining a historical dataset (2013, time range unknown) provided by the AFP we will address the following questions:

What is the top most crime type in Australia by the total number of crimes in all major cities?
Same question as above, but this time, per city?
What is the average number of crimes, per city?
Which city had the least crimes? or, in other words, what’s the best city in Australiain terms of crimes?

Even though the dataset is not big, mining this (toy) we will be able to develop our initial skills in Bash and .csv data processing. Download data: https://github.com/scientificschool/L...

Download Script: https://github.com/scientificschool/L...#datanalytics#linux

#linux
#bash
#bootcamp
#data