I am new in python. I have SAS data imported using pandas. The data is coming in below format.
CLASCODE CLASDESC
b'CT' b'CTS-item'
b'RI' b'Request for information'
I want to remove b
and ''
from the data through pandas or numpy. Please help.