Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: I am trying to change the value of an element in a record array
Post: I am trying to change the value of an element in a...

[inline]import numpy as np person_data_def = [('name', 'm8'),('height', 'f8'),('weight', 'f8'),('age', 'i8')] people_array = np.zeros(4, dtype=person_data_def) print(people_array) people_array[0] = ('...
ingu Data Science 1 2,189 Jan-14-2020, 10:02 AM

User Panel Messages

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