import pandas as pd
hogwarts_points = pd.read_csv('/datasets/hogwarts_points.csv')
hogwarts_points['faculty_name'].fillna('??????????')
print(hogwarts_points)
Re: Untitled
From Chocolate Pheasant, 4 Months ago, written in Plain Text, viewed 92 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
— Expand Paste to full width of browser