Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pandas rename column values dictionary

df['col1'].map(di)       # note: if the dictionary does not exhaustively map all
                         # entries then non-matched entries are changed to NaNs
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pandas #rename #column #values #dictionary
ADD COMMENT
Topic
Name
2+5 =