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()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly