标签: python-3.x pandas python-2.7 nlp
我的数据集中有列名作业描述,其中5%的数据缺少值,因此如何处理这些丢失的值。
data_frame["job_description"].head(1) 0 Exp: Minimum 5 years;Good understanding of IOC... Name: job_description, dtype: object
那么如何处理此类列的缺失数据。