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

java - Cannot send AES encrypted messages of over 47 characters -

php - How to set default value of a select dynamically from database using smarty? -

telerik - Reformat image format in PDF -