I'm wondering what this b
charcter is and why it's appearing. I'm also wondering if I can get rid of it while printing the array?
Here's my example:
arr1 = np.array(['1', '2'], dtype = 'c')
print("array:", arr1, "and its dtype is: ", arr1.dtype)
And here's the output:
array: [b'1' b'2'] and its dtype is: |S1