Can somebody help me in understanding this difference in data while getting from database query
x =pd.read_sql('SELECT A FROM XYZ',con=connection)
x
It gives results: b'xa2*xb2xd20L+x9fxe0Sxb8Px16 6xa0'
While when I directly hit the DB , I get A22AB2D2304C2B9FE053B850160A36A0
How to overcome this , so that dataframe also shows A22AB2D2304C2B9FE053B850160A36A0
question from:https://stackoverflow.com/questions/66059987/getting-different-data-from-pd-read-sql-while-querying-a-database