Code Snippet / Additional information. import pandas as pd df = pd.DataFrame({"A": [1, 2, 3], "B": [5, 6, 7]}) first_column = df.iloc[:, 0].
確定! 回上一頁