Skip to content

Latest commit

 

History

History
 
 

lab-functional-programming

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Ironhack logo

Lab | Functional Programming

Introduction

In this lab we will learn the foundations of functional programming. To start off, we will mostly learn how to write and think functionally. We will also implement functional transformations on pandas dataframes.

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 how to write code functionally as well as how to apply functions to the entire dataframe 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

Functional Programming in Python