Answers for "what does the get_dummies() function in pandas do."

0

how to get dummies in a dataframe pandas

df = pd.get_dummies(df, columns=['type'])
Posted by: Guest on September-03-2020

Code answers related to "what does the get_dummies() function in pandas do."

Python Answers by Framework

Browse Popular Code Answers by Language