Re: Untitled

From Cream Bat, 2 Months ago, written in Plain Text, viewed 133 times. This paste is a reply to Untitled from Gracious Baboon - view diff
URL http://codebin.org/view/3af89d31 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)

Replies to Re: Untitled rss

Title Name Language When
Re: Re: Untitled Sharp Finch text 2 Months ago.
Re: Re: Untitled Beefy Teal text 2 Months ago.

Reply to "Re: Untitled"

Here you can reply to the paste above