Dirac156/congo-sentry

Task 10: Data Preprocessing and Cleaning (Python)

Opened this issue · 0 comments

Tags: backend, data-cleaning, python
Description:
Folder: /backend/data_processing
Steps:

  • Create a Python script for data cleaning in ./backend/data_processing.
  • Use Pandas for data manipulation.
  • Preferably use jupyter notebook
  • Use the political violence dataset in the data folder
  • Save the cleaned dataset in a folder called backend/processed_data

Dependencies: Task 7