Hallo, 
in Listen sind int, int, float, float gereiht. Ich möchte daraus ein Array machen, aber den Unterschied von int und float beibehalten. Wie mache ich das?
data = np.array([row_Asia, row_Australia, row_Europe, row_NA, row_SA], 
                    dtype=[('f0', int), ('f1', int)])
            
			
									
						
										
						