imdb-tsv / copy.cypher
adsharma's picture
Upload copy.cypher with huggingface_hub
1c93726 verified
Raw
History Blame Contribute Delete
281 Bytes
COPY Actor FROM "./name.basics.trimmed.csv" (header=true, DELIM='\t', ignore_errors=True);
COPY Movie FROM "./title.basics.trimmed.csv" (header=true, DELIM='\t', ignore_errors=True);
COPY ActedIn FROM "./title.principals.trimmed.csv" (header=true, DELIM='\t', ignore_errors=true);