0

I'm following a pandas course online and see the instructor easily import a table with:

import pandas as pd
url= 'https://en.wikipedia.org/wiki/1976_Summer_Olympics_medal_table'
pd.read_html(url,header=0)

When I try it, I get errors: errors

Is this an Anaconda issue? I had a friend try it from his computer and it worked just fine.

1
  • I cannot replicate the error as it works fine for me. SSLCertificationError indicates an internet access issue on your end. Commented Jul 6, 2022 at 21:23

1 Answer 1

1

Thanks to 7shoe pointing out an internet issue, I decided to use a VPN. This fixed the errors.

Sign up to request clarification or add additional context in comments.

1 Comment

Side comment, if you have certificate errors, make sure you're not undergoing a MITM attack

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.