Untitled

From Morose Macaque, 1 Year ago, written in Plain Text, viewed 229 times.
URL http://codebin.org/view/c907a2d8 Embed
Download Paste or View Raw
  1. import pandas as pd
  2.  
  3. data = pd.read_csv('/datasets/projects.csv')
  4. print(data.loc[data['Новая функция'] != '+', 'Новая функция'].fillna('-'))

Replies to Untitled rss

Title Name Language When
Re: Untitled Scorching Hamster text 1 Year ago.

Reply to "Untitled"

Here you can reply to the paste above