Untitled

From Sexy Pheasant, 2 Months ago, written in Plain Text, viewed 47 times.
URL http://codebin.org/view/b9f8cf01 Embed
Download Paste or View Raw
  1. import pandas as pd
  2.  
  3. hogwarts_points = pd.read_csv('/datasets/hogwarts_points.csv')
  4. hogwarts_points = hogwarts_points['faculty_name'].fillna('Гриффиндор')
  5. print(hogwarts_points)

Replies to Untitled rss

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

Reply to "Untitled"

Here you can reply to the paste above