+ 1
no output in shell
import pandas as pd data = pd.read_html('https://www.nseindia.com/live_market/dynaContent/live_watch/equities_stock_watch.htm') df = data[0] print(df)
5 ответов
+ 1
I get 404 error when I try to access that link ...
+ 1
No, I have just tried to open the link in the browser, not in code. But logically, if browser can't load the URL (404 error) then it should be the same in the code.
0
Import requests
0
Yes i got your point. It's www1....
0
I did that too but won't work.