Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

access column pandas

Report_Card.loc[:,"Grades"]
The first argument ( : ) signifies which rows we would like to index, 
and the second argument (Grades) lets us index the column we want
 
PREVIOUS NEXT
Tagged: #access #column #pandas
ADD COMMENT
Topic
Name
2+9 =