Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dict table
#1
sorry for my bad English,
i have this problem, I have this data from JA3
Error:
Id : AA12 Group : Firearm - Shotgun object_class : Shotgun RepairCost : 50 Id : AK47 Group : Firearm - Assault Comment : tier 1 heavy Reliability : 95
note1 : because for example, I just show a tiny bit of it, real data is above 1 MB of txt
note2 : the data is not properly structured, a grenade launcher data may have an Explosive Area Of Effect, and other weapon data is not

in the end, i like to create a table of it like this

Error:
id | Group | Comment | RepairCost AK47 | Firearm - Assault | tier 1 heavy | AA12 | Firearm - Shotgun | | 50
i stuck with this problem for hours,
can someone give me a clue to do this please,
or at least Google search keyword?
Reply


Messages In This Thread
dict table - by kucingkembar - Sep-30-2023, 10:49 AM
RE: dict table - by Pedroski55 - Sep-30-2023, 11:06 AM
RE: dict table - by kucingkembar - Sep-30-2023, 11:16 AM
RE: dict table - by Pedroski55 - Sep-30-2023, 03:18 PM
RE: dict table - by deanhystad - Sep-30-2023, 03:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Sort a dict in dict cherry_cherry 4 80,296 Apr-08-2020, 12:25 PM
Last Post: perfringo

Forum Jump:

User Panel Messages

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