how can i implement inverted index on numbers

54 views Asked by At

I am new to python. I have a csv file having GCF_NO as column heading and WP_NO as values. I need to use this file and make a inverted index using python. Please guide

enter image description here

0

There are 0 answers