如何在机器学习中处理文本数据的缺失值

时间:2019-09-06 01:54:03

标签: 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

那么如何处理此类列的缺失数据。

0 个答案:

没有答案