Section 3. Design and Development of the Artefact

After I had found my dataset from the following site Dataworld (Co2 emission dataset), I went on to download the file to view it in excel where I could clearly see the index of each row and column which made it easy to narrow down what exact piece of data i required. I then proceeded to do a number of various types of coding to actually get the piece of data i wanted. This unfortunately took me quite a few days to get around because I wasn't sure what to do. The main problem was that I didn't realise what i was looking for was so simple, I over complicated my entire code when really all I had to do was make a new list of the string index[0] or [5] using a for loop, instead of doing that I went to make while loops

None of this code makes any sense at all looking back at it but I felt it was a good idea to show how it evolved. while True:

After asking my teacher I found out I don't need the while loop at all so then the code came down to just the for loop Fast forward a little bit and eventually the code started making sense.