ValueError: could not convert string to float: 'male'

前端 未结 0 1631
说谎
说谎 2021-01-01 06:32

im runing the following python script:

import pandas as pd
from sklearn.linear_model import LogisticRegression
df = pd.read_csv(\'Titanic.csv\')
df[\'male\']          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题