Python Forum

Full Version: the table is upside down
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm coming back because I can't scrape the table

the table is upside down

Help: how can I do it?
(Aug-23-2021, 01:56 PM)phochka Wrote: [ -> ]I'm coming back because I can't scrape the table

the table is upside down

Help: how can I do it?
It's not upside down,it's CSS on the web-site that make it look the way it look on site.
You get the source code without CSS,then it will look quite different.
Have to parse out data in way that make sense,like using a data structure list,dict...ect

Pandas can read table on web-site an keep the look similar.
It's very power to if need to something with data like team has most goal,Plot...ect...
Here a Notebook see tables look quite similar as on web-site.

You most start to use code tag,do not attach code as a file.