Hi,
Just wonder is there any package or method to decode dwar file nicely so it could be read into any text based packages like pandas ?
In my case, I got many molecules in one dwar file, but I do not want to visualise them, just need to extract the column names and values for some other ploting purpuse in jupyter notebook. If dwar file could be nicely converted into csv would be nice. I konw it is possible to open datawarrior and export or save as csv, but given I got hundreds of such dwar file, it would greate if any programmatic method exists.
Thanks.