Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

1
Why can't I extract this table?
Post Body

I used this code to pull table into pandas dataframe. For some reason it worked for 'away_team_df', but when I use same method on 'score_df', it gives me an error message. Do you know how I get around it?

url = f'https://www.basketball-reference.com/boxscores/202310240DEN.html'
print(url)

away_team_df = pd.read_html(url, header=1, attrs={'id':'box-LAL-game-basic'})[0]

score_df = pd.read_html(url, header=1, attrs={'id':'line_score'})[0]

Author
Account Strength
100%
Account Age
5 years
Verified Email
Yes
Verified Flair
No
Total Karma
5,134
Link Karma
42
Comment Karma
5,092
Profile updated: 18 hours ago
Posts updated: 2 weeks ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
1 month ago