Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.09 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.09 KB

Ironhack logo

Lab | Map, Reduce, Filter

Introduction

In this lab, we will implement what we have learned about functional programming using the map, reduce, and filter functions. These functions allow us to pass an input and a transformation to a function and produce an output.

Getting Started

Open the main.ipynb file in the your-code directory. Follow the instructions and add your code and explanations as necessary. By the end of this lab, you will have learned about mapping, reducing, and filtering as well as applying functions in Pandas.

Deliverables

  • main.ipynb with your responses.

Submission

Upon completion, add your deliverables to git. Then commit git and push your branch to the remote.

Resources