Articles → Pandas → Lambda Expression In Apply Function In Dataframe In Pandas

Lambda Expression In Apply Function In Dataframe In Pandas






Example


import pandas as pd

list = [[1,2,3], [1,5,6], [7, 8,9]]

df = pd.DataFrame(list)

df.apply(lambda num: num *2)



Output


Picture showing the output of the lambda expression in apply function in dataframe in pandas
Click to Enlarge


Posted By  -  Karan Gupta
 
Posted On  -  Monday, May 6, 2019

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250