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/pathand 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

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -