Re: Re: Untitled

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

Replies to Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Untitled Scorching Motmot text 2 Months ago.

Reply to "Re: Re: Untitled"

Here you can reply to the paste above