Untitled

From Gray Pudu, 1 Year ago, written in Plain Text, viewed 262 times.
URL http://codebin.org/view/398f6a1b 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['faculty_name'].fillna('Гриффиндор')
  5. print(hogwarts_points)

Replies to Untitled rss

Title Name Language When
Re: Untitled Chocolate Pheasant text 1 Year ago.

Reply to "Untitled"

Here you can reply to the paste above