Relative Content

Tag Archive for pythoncsvdata-sciencedata-analysisweb-scripting

Python CSV wrong formatting writing

Iam Writing a web scraping python program that gets matches details from the web site
like the championship title, teamA title, teamB title, Score, time of the match
When I test the program in the python script it gets me the result as I expected
but when I write it in csv file it gets me horible format for the score like
the actual result of the match is 1-1 and it is written in the csv file like 1-Jan
and 5-0 and written in the csv file May-0
here is the screen of the csv file
CSV file
and here is the screen of the trace of the program
Output of the program