Definations Flashcards
1
Q
What is Method Chaining in Python ?
A
Method Chaining is a technique that is used for making multiple method calls on the same object
df[‘Age’].dropna().mean()
Python Learning > Definations > Flashcards
What is Method Chaining in Python ?
Method Chaining is a technique that is used for making multiple method calls on the same object
df[‘Age’].dropna().mean()