You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've started porting code/csv-semmed-ordered-unique-enum.rkt to rust. It works on the sample_semmed.csv
On the semmedDB page I am seeing a ~2GB PREDICATION gzipped sql dump. Can you confirm this is the right data source?
If that is the case, the CSV file it produces is about 9.5GB. I think it would be simpler to just decompress and process the sql.gz directly as its really almost identical to csv anyway. I'd like to make the tool usable for everyone though and if you need explicit csv support that would be good to know
The text was updated successfully, but these errors were encountered:
So I've started porting code/csv-semmed-ordered-unique-enum.rkt to rust. It works on the sample_semmed.csv
On the semmedDB page I am seeing a ~2GB PREDICATION gzipped sql dump. Can you confirm this is the right data source?
If that is the case, the CSV file it produces is about 9.5GB. I think it would be simpler to just decompress and process the sql.gz directly as its really almost identical to csv anyway. I'd like to make the tool usable for everyone though and if you need explicit csv support that would be good to know
The text was updated successfully, but these errors were encountered: