Does anyone have any experience using scientific .xyz files? They're used in sciences (something like computational chemistry to describe a molecular structure), but apparently there's not really a standard format, and you can incorporate comments throughout, I'm not really sure how to parse it consistently.
I attached one as a .csv, but I've got millions of these, and wasn't sure if I can just parse it like a general .csv, or if I have to get metadata from where the data is coming from to determine the parsing.
Bottom line, if anyone with some sort of a science background can point me in the right direction of a good resource on working with these, I can't really find much on this subject. I'm decent with R and Python as well, so if you have any insight on packages there, that would be useful.