Forum Discussion
tramheomap0701
3 years agoRegular Visitor
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
- lbendlinSuper User
You may want to treat the Pandas dataframe blob as a binary zip file. Power Query has decompress functions.