Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dictionary to storred data
#3
Hi

Thank you

I build the table like This

letterDic2 = {'PIN': {'E': [10,20]}}
letterDic2 = {'PIN': {'B: [0,0]}}
letterDic2 = {'PIN': {'W': [5,10]}}
letterDic2 = {'PIN': {'N': [10,20]}}

The count will be stored in each value [0] [1]

At end i want to read all rows in the dictionary and look for index[0] each row not 0 then do ........

What is the correct way doing this
Reply


Messages In This Thread
dictionary to storred data - by tonyk334 - Mar-19-2018, 05:19 AM
RE: dictionary to storred data - by Larz60+ - Mar-19-2018, 05:28 AM
RE: dictionary to storred data - by tonyk334 - Mar-19-2018, 02:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Matching Data - Help - Dictionary manuel174102 1 425 Feb-02-2024, 04:47 PM
Last Post: deanhystad
  [SOLVED] Concat data from dictionary? Winfried 4 1,757 Mar-30-2022, 02:55 PM
Last Post: Winfried
  Python, how to manage multiple data in list or dictionary with calculations and FIFO Mikeardy 8 2,680 Dec-31-2021, 07:47 AM
Last Post: Mikeardy
  Converting data in CSV and TXT to dictionary kam_uk 3 2,021 Dec-22-2020, 08:43 PM
Last Post: bowlofred
  Issue accessing data from Dictionary/List in the right format LuisSatch 2 2,253 Jul-25-2020, 06:12 AM
Last Post: LuisSatch
  problem coverting string data file to dictionary AKNL 22 6,531 Mar-10-2020, 01:27 PM
Last Post: AKNL
  Read csv file, parse data, and store in a dictionary markellefultz20 4 4,622 Nov-26-2019, 03:33 PM
Last Post: DeaD_EyE
  Organizing Data in Dictionary Ranjirock 3 2,661 Aug-27-2019, 02:48 PM
Last Post: Ranjirock
  Dictionary for Excel Data Ranjirock 0 26,393 Aug-18-2019, 05:26 PM
Last Post: Ranjirock

Forum Jump:

User Panel Messages

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