Updated readme
This commit is contained in:
parent
2c6af5d690
commit
4af42c9144
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -1,2 +1,13 @@
|
|||
# COMP20008 2021 Semester 1 Assignment 1
|
||||
Readme file
|
||||
Student name: Rory Healy
|
||||
Student ID: 964275
|
||||
|
||||
## Description
|
||||
### Part A: COVID-19 data analysis
|
||||
Using the Our World In Data (OWID) COVID-19 dataset (available (here)[https://covid.ourworldindata.org/data/owid-covid-data.csv]), this part of the project deals with pre-processing, visualisation, and discussion of the dataset.
|
||||
|
||||
### Part B: Cricket news search engine
|
||||
Using the cricket dataset from the LMS, this part of the project deals with building up a basic (and advanced) search engine to search through the news articles to find keywords, and provides rankings.
|
||||
|
||||
Dependencies:
|
||||
- pandas >= 1.2.2
|
||||
|
|
Loading…
Reference in a new issue