PANDAS Ubah DType ke String
df['id'].astype(str)
0 1
1 5
2 z
3 1
4 1
5 7
6 2
7 6
Dizzy Dormouse
df['id'].astype(str)
0 1
1 5
2 z
3 1
4 1
5 7
6 2
7 6