Python Forum
List index out of range when turning CSV into dict
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
List index out of range when turning CSV into dict
#16
(May-11-2021, 12:57 PM)ibreeden Wrote:
(May-11-2021, 09:23 AM)ranbarr Wrote: I tried to save the file as CSV UTF and just as CSV after changing the delimeter and list seperation as the guide said.. still getting the same output
Output:
{'1': {'Gold': '1', 'Silver': '1', 'Bronze': '1', 'Total': '1'},

Not so hasty, programming is a matter of stepwise refinement Smile . First look at the CSV file. Use NOTEPAD.EXE or vi to inspect it. Does it contain separators as it should?
Second: ajust your code to match the field separator and show us your code. And then also show the output. The complete output, not the line ending with a comma as you did. And if there are errors we want to see the complete error message.

Yeah hasty is indeed my problem lol... I did all this and changed the code and it worked! TY!
Reply


Messages In This Thread
RE: List index out of range when turning CSV into dict - by ranbarr - May-12-2021, 10:38 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to fix list index out of range longmen 26 6,118 Apr-27-2022, 05:46 PM
Last Post: deanhystad
  list index out of range OliverG 3 2,362 Sep-03-2021, 12:04 AM
Last Post: itsmycode
  Index List a04j 2 2,941 Jul-10-2021, 01:14 PM
Last Post: BashBedlam
  Input validation for nested dict and sorting list of tuples ranbarr 3 3,943 May-14-2021, 07:14 AM
Last Post: perfringo
  List vs index: Frederico_Caldas 5 3,633 Jul-03-2020, 10:55 AM
Last Post: DeaD_EyE
  To find the index of the first occurrence of the key in the provided list Angry_bird89 4 3,293 Jun-20-2020, 06:53 PM
Last Post: Angry_bird89
  Python Adding +1 to a list item cointained in a dict ElReyZero 1 2,095 Apr-30-2020, 05:12 AM
Last Post: deanhystad
  Dict from list - HELP! PLEASE! cherry_cherry 16 5,632 Apr-09-2020, 04:01 AM
Last Post: cherry_cherry
  list index out of range mcgrim 2 2,932 May-25-2019, 07:44 PM
Last Post: mcgrim
  Turning column of 8 digit numbers into three seperate columns Wade334 1 2,190 May-11-2019, 02:52 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020