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

node.js - How do I prevent MongoDB replica set from querying the primary? -

c# - Randomly pick a specific int from a 2D Array -

php - Angularjs http.delete is not working after deploying project on server -