Python Forum
Thread Rating:
  • 3 Vote(s) - 2.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Grouping csv by name
#7
Thanks for the reply.

My expected result is like
  {
    "name": "john",
    "email": "example.com",
    "items": [
      {
        "phone": "123",
        "info": {
             "date": "26/11/18",
        }
      },
      {
        "phone": "123456",
        "info": {
             "date": "12/08/18",
        }
      },
    ]
  }
The other value will insert according to the name. I will try to refer your method.
Btw, based on my first code will not group yet, is it possible to transform the top-level array [] to object {}?Or just remove the top-level [].
Reply


Messages In This Thread
Grouping csv by name - by terrydidi - Jan-13-2019, 09:50 PM
RE: Grouping csv by name - by Larz60+ - Jan-13-2019, 10:07 PM
RE: Grouping csv by name - by terrydidi - Jan-13-2019, 10:12 PM
RE: Grouping csv by name - by Larz60+ - Jan-13-2019, 10:35 PM
RE: Grouping csv by name - by terrydidi - Jan-13-2019, 11:05 PM
RE: Grouping csv by name - by Larz60+ - Jan-14-2019, 12:08 AM
RE: Grouping csv by name - by terrydidi - Jan-14-2019, 12:29 AM
RE: Grouping csv by name - by scidam - Jan-14-2019, 01:51 AM
RE: Grouping csv by name - by perfringo - Jan-14-2019, 09:27 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Grouping Data based on 30% bracket purnima1 4 1,233 Mar-10-2023, 07:38 PM
Last Post: deanhystad
  Grouping and sum of a list of objects Otbredbaron 1 3,253 Oct-23-2021, 01:42 PM
Last Post: Gribouillis
  Grouping and summing of dataset jef 0 1,663 Oct-04-2020, 11:03 PM
Last Post: jef
  Grouping algorithm riccardoob 7 3,081 May-19-2020, 01:22 PM
Last Post: deanhystad
  Help Grouping by Intervals on list paul41 1 2,168 Dec-03-2019, 09:43 PM
Last Post: michael1789
  Grouping a list of various time into intervals paul41 1 3,812 Nov-24-2019, 01:47 PM
Last Post: buran
  resample grouping pr0blem olufemig 1 1,991 Nov-06-2019, 10:45 PM
Last Post: Larz60+
  Splitting lines ang grouping three at once samsonite 5 2,814 Jun-21-2019, 05:19 PM
Last Post: ichabod801
  Function for grouping variables Scott 1 2,731 Nov-13-2018, 03:01 AM
Last Post: ichabod801
  Python grouping program GhostZero199 2 3,349 Jul-18-2017, 12:44 PM
Last Post: sparkz_alot

Forum Jump:

User Panel Messages

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