Untitled

From Red Mockingbird, 1 Year ago, written in Plain Text, viewed 141 times.
URL http://codebin.org/view/4d7bc911 Embed
Download Paste or View Raw
  1. import pandas as pd
  2.  
  3. data = pd.read_csv('/datasets/projects.csv')
  4. print(data.loc[2, 'Имя'])

Reply to "Untitled"

Here you can reply to the paste above