Kaggleで、D,E,Fがhoge,test,fooなら1、そうでないなら0である列を作りたいです。
申し訳ございませんが、どなたか教えていただけますでしょうか。
df = pd.DataFrame({ 'A' : 1., 'B' : pd.Timestamp('20130102'), 'C' : pd.Series(1,index=list(range(4)),dtype='float32'), 'D' : 'hoge', 'E' : pd.Categorical(["test","train","test","train"]), 'F' : 'foo' })
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/07/06 12:45 編集
2021/07/06 12:49 編集
2021/07/06 12:59