Я хотел бы сделать следующее:
import pandas as pd df = pd.read_csv("user@remote-host:/path_to_file/file.csv")
Как я могу это сделать?
Спасибо!