Skip to content

Week 3 (4/28/2025)

โœ… Week 3 โ€” Numpy, Pandas, and Text Cleaning

๐ŸŽฏ Weekly Goals

  • Understand array and matrix operations using Numpy
  • Learn Pandas DataFrame operations and text processing
  • Write text cleaning functions (remove HTML, stopwords, special chars)


โœ… Daily Tasks

  • Day 1โ€“2: Numpy array, indexing, reshaping
  • Day 3โ€“4: Pandas DataFrames: load, filter, merge
  • Day 5โ€“6: Write text preprocessing pipeline
  • Day 7: Build early clean_text(text) API logic

๐Ÿงช Weekly Review

  • Test text cleaning on real scam samples
  • Upload Jupyter notebook to GitHub with examples
  • Write a blog/summary explaining preprocessing