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) -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -

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