KOTA ITO

Generation

generate functionWed, 07 Dec 2022

データフレームの文字列の表記揺れを抽出する。

def extract_name(df): name_list = [] for c in df.columns: name_list.append(c) return name_list

Questions about programming?Chat with your personal AI assistant