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

Want to kickstart your project?Use the new AI Studio to create your code