Re: Re: Untitled

From Sharp Finch, 2 Months ago, written in Plain Text, viewed 86 times. This paste is a reply to Re: Untitled from Cream Bat - view diff
URL http://codebin.org/view/3003ba13 Embed
Download Paste or View Raw
  1. import pandas as pd
  2.  
  3. data = pd.read_csv('/datasets/projects.csv')
  4. data = data.loc[:,'Новая функция'].fillna('+')
  5. print(data)

Reply to "Re: Re: Untitled"

Here you can reply to the paste above