Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Array manipulation
#7
You could create a set extracting all the unique IDs.

Then create a new dataframe and in a loop add every new column quering the old dataframe for every element in the set.
Reply


Messages In This Thread
Array manipulation - by 0zMeister - Feb-09-2020, 05:52 AM
RE: Array manipulation - by Larz60+ - Feb-09-2020, 07:25 AM
RE: Array manipulation - by perfringo - Feb-09-2020, 07:56 AM
RE: Array manipulation - by 0zMeister - Feb-09-2020, 08:30 AM
RE: Array manipulation - by jefsummers - Feb-09-2020, 01:42 PM
RE: Array manipulation - by 0zMeister - Feb-09-2020, 07:23 PM
RE: Array manipulation - by baquerik - Feb-09-2020, 08:57 PM
RE: Array manipulation - by 0zMeister - Feb-15-2020, 12:34 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  array manipulation divon 3 1,871 Sep-03-2021, 09:44 AM
Last Post: divon
  Help with array manipulation pberrett 4 2,526 Mar-30-2020, 03:02 AM
Last Post: pberrett
  N-Dim array manipulation in a loop, getting IndexError: too many indices for array cesardepaula 1 4,550 Mar-13-2019, 01:39 AM
Last Post: scidam

Forum Jump:

User Panel Messages

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