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

java - unable show chart in xls document using jasper reports -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -

javascript - How to change image src on success AJAX -