what is the purpose of inplace in pandas code example
Example: inplace pandas
When inplace = True is used, it performs operation on data and nothing is returned. When inplace=False is used, it performs operation on data and returns a new copy of data.