qaz@lemmy.world to Programmer Humor@programming.devEnglish · edit-211 hours agoWhy shouldn't you use YAML to store eye tracking data? /slemmy.worldimagemessage-square21linkfedilinkarrow-up180arrow-down11
arrow-up179arrow-down1imageWhy shouldn't you use YAML to store eye tracking data? /slemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · edit-211 hours agomessage-square21linkfedilink
minus-squareScrath@lemmy.dbzer0.comlinkfedilinkarrow-up4·11 hours 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