67.5k views
3 votes
Missing values are not allowed in subscripted assignments of data frames

User Molerat
by
6.7k points

1 Answer

3 votes

Step-by-step explanation:

No, missing values are not allowed in subscripted assignments of data frames. Missing values must be handled before they can be used in subscripted assignments. This can be done by imputing missing values, dropping rows with missing values or using a suitable substitute value.

User Abhijit Jana
by
7.3k points