Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

select columns pandas

df1 = df.iloc[:,0:2] # Remember that Python does not slice inclusive of the ending index.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #select #columns #pandas
ADD COMMENT
Topic
Name
3+4 =