CBSE Class 12 Informatics Practices Question 42 of 44

Data Handling using Pandas — Question 43

Back to all questions
43
Question

Question 40

What is the use of statement: inplace=True?

Answer

When inplace=True is set, the DataFrame is modified directly, and the changes are applied to the existing DataFrame. This means that the original DataFrame is altered, and no new DataFrame is created.