Load the CSV into a DataFrame: import pandas as pd df = pd.read_csv('data.csv') print(df.to_string()). Try it Yourself ». Tip: use to_string() to print the ...
確定! 回上一頁