Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
224 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...