python - searching a csv file and then outputting a term associating to the term -


i creating code, read csvs file , search specific item code , output name of item. how this? don't have code yet

thanks

you can use pandas

install it, try

import pandas pd df = pd.read_csv('yourfile.csv') print df 

Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo