python - Windows localhost file path for Pandas.read_csv() -
http://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_csv.html#pandas.read_csv
i'm having trouble setting read local file on windows machine (win 10 ee). tried:
http://127.0.0.1/my/path
and http://10.0.2.2/my/path
neither worked, explicitly opened port 8888 (not sure if it's 1 open) , tried local_ip:8888/my/path
all of these return error saying machine refused connection.
i'm misunderstanding simple here, i'm not sure , google isn't helping.
Comments
Post a Comment