CBSE Class 12 Informatics Practices
Question 42 of 44
Data Handling using Pandas — Question 43
Back to all questionsWhen 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.