标签: python pandas
我想执行以下操作:
import pandas as pd df = pd.read_csv("user@remote-host:/path_to_file/file.csv")
我该怎么做?
谢谢!