Forum Discussion

tramheomap0701's avatar
tramheomap0701
Regular Visitor
3 years ago

Binary files from Pandas Data Frame

I load data from Auzure SQL Server, my Table has some columns that are Binary written from DataFrame, how to read data from these column, everyone? 
I have tried 3 ways:
+ Combine files: Power BI cannot re-recognize the first file types
+ Transform to text: return 1 stack character not used
+ Python script: return System.Byte[]

 

1 Reply

  • You may want to treat the Pandas dataframe blob as a binary zip file.  Power Query has decompress functions.