Converting Uint8 Into Integers

[Solved] Converting Uint8 Into Integers | Basic - Code Explorer | yomemimo.com
Question : Converting uint8 into integers

Answered by : donpech

#Converting Product_Category from uint8 into integers and then assign the values back to df
df['Product_Category']=df['Product_Category'].astype(int)

Source : | Last Update : Wed, 16 Mar 22

Answers related to converting uint8 into integers

Code Explorer Popular Question For Basic