no output in shell | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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)

7th Jan 2022, 3:09 PM
Debashish Das
Debashish Das - avatar
5 Answers
+ 1
I get 404 error when I try to access that link ...
7th Jan 2022, 3:18 PM
Ipang
+ 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.
7th Jan 2022, 4:14 PM
Ipang
0
Import requests
7th Jan 2022, 3:34 PM
Debashish Das
Debashish Das - avatar
0
Yes i got your point. It's www1....
7th Jan 2022, 4:37 PM
Debashish Das
Debashish Das - avatar
0
I did that too but won't work.
7th Jan 2022, 4:37 PM
Debashish Das
Debashish Das - avatar