Transformations

  • LO3 – Students should demonstrate the ability to adapt a given Jupyter Notebook to transform a novel dataset
  • LO5 - Students should be able to identify appropriate tools for ‘data wrangling’ and explain the purpose of the tools

Once you have a handle on your data, and are starting to understand the changes that need to be made - you can start transforming the data.

🛠 Tools

  • Python / Jupyter

📚 Resources

☑️ Tasks

  • Adapt the transformations jupyter notebook for your dataset to clean and create summary tables:
    • From Richard Peterson’s GitHub:
    • https://github.com/rchardptrsn/Pandas-Data-Transformation/blob/master/Pandas%20Data%20Transformation.ipynb
  • Review building a Jupyter Notebook for data transformations:

Optional Submissions

Return to Wrangling