Re: Untitled

From Chocolate Pheasant, 1 Year ago, written in Plain Text, viewed 245 times. This paste is a reply to Untitled from Gray Pudu - go back
URL http://codebin.org/view/af388d96/diff Embed
Viewing differences between Untitled and Re: Untitled
import pandas as pd

hogwarts_points = pd.read_csv('/datasets/hogwarts_points.csv')
hogwarts_points['faculty_name'].fillna('??????????')
print(hogwarts_points)

Reply to "Re: Untitled"

Here you can reply to the paste above