Posts by Breno Rios Ramos • 103 points
2 posts
-
0
votes1
answer100
viewsQ: Parse file . txt using Pandas from external rules in a JSON
I have a data set in . txt format that has its own formatting with the rules described by a separate JSON file. Is there any direct way to tell Pandas to use this JSON as the basis to decode . txt?…
-
0
votes1
answer95
viewsQ: Swift Jsondecoder typeMismatch error
I’m trying to use Jsondecoder to convert a JSON to structs in Swift, so I wrote down all the Structs, reviewed it for hours, and it still returns this error. I don’t know if there’s any way of…