Python Forum
remove b due to conversion in PyQ
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
remove b due to conversion in PyQ
#10
df[col] is a Series, essentially 1 column from your dataframe. Why would printing df[col] print other columns?

It is difficult to help you because I have no idea what you are trying to do. Why do you care about the b''? If you don't want the b'' is there something you could do to prevent putting bytes in the dataframe? How are the bytes getting in the dataframe? I'm done here until you provide enough information that someone other than you can understand your questions.
Reply


Messages In This Thread
remove b due to conversion in PyQ - by Creepy - Jul-15-2021, 08:14 PM
RE: remove b due to conversion in PyQ - by Creepy - Jul-16-2021, 04:57 PM
RE: remove b due to conversion in PyQ - by Creepy - Jul-16-2021, 07:19 PM
RE: remove b due to conversion in PyQ - by Creepy - Jul-20-2021, 06:54 PM
RE: remove b due to conversion in PyQ - by Creepy - Jul-21-2021, 05:57 PM
RE: remove b due to conversion in PyQ - by deanhystad - Jul-21-2021, 06:36 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020