Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Date1 と Date2 の列を持つ SFrame があります。
Date1 と Date2 の間の datediff を検索するために使用しようとして.apply()いますが、他の引数の使用方法がわかりません。
.apply()
理想的には次のようなもの
frame['new_col'] = frame['Date1'].apply(lambda x: datediff(x,frame('Date2')))