Help with Base64 - python - polars column Names
Hey guys I am trying to figure out if I am doing this right. I have figured out to how to read and decode a csv file in python, but when I return a polars dataframe it is missing columns names and just giving me numbers. Am I missing something?
3 Replies
Test-Code
Hi @Mearthy, I think you're missing a
toDicts
to have an array of objects:
Okay I was just overthinking things.
Thank you so much