qaz@lemmy.world to Programmer Humor@programming.devEnglish · edit-25 months agoWhy shouldn't you use YAML to store eye tracking data? /slemmy.worldimagemessage-square43linkfedilinkarrow-up1107arrow-down12
arrow-up1105arrow-down1imageWhy shouldn't you use YAML to store eye tracking data? /slemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · edit-25 months agomessage-square43linkfedilink
minus-squareScrath@lemmy.dbzer0.comlinkfedilinkarrow-up4·5 months agoI didn’t look to much at the data but I think csv might actually be an appropriate format for this? Nice simple plaintext and very easy to parse into a datastructure for analysing/using it in python or similar
I didn’t look to much at the data but I think csv might actually be an appropriate format for this?
Nice simple plaintext and very easy to parse into a datastructure for analysing/using it in python or similar