Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pandas row printed horizontally

max_test = df.loc[1, :]
print(max_test.to_frame().T)  # è la notazione .T (transpose) che mi gira in orizzontale la riga
 
PREVIOUS NEXT
Tagged: #pandas #row #printed #horizontally
ADD COMMENT
Topic
Name
1+3 =