import pandas as pd # We create the example dataframe df = pd.DataFrame({"col1" : ['1','2','3','4','5','6','7']}) df["col1"] ...
確定! 回上一頁