Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 570 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 570 Bytes

datasci_2_manipulation

HHA507 / Data Science / Assignment 2 / Data Manipulation

This repo contains:

  • A folder called 'datasets' containing the .csv file used in the assignment.
  • README.md: Provides an overview of the assignment.
  • hha507assignment2.ipynb: containing my responses for the submission.

This repo aims to:

  • practice data cleaning and data transformation
  • introduction to alternative libraries: Polars and Modin. The dataset, 'healthcare_data_cleaning.csv', was loaded using both Polars and Modin, and load times were compared.