Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to change index in dataframe python

index = [1,2]
df.index = index
Source by pandas.pydata.org #
 
PREVIOUS NEXT
Tagged: #change #index #dataframe #python
ADD COMMENT
Topic
Name
2+6 =