Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import pandas as pd
- hogwarts_points = pd.read_csv('/datasets/hogwarts_points.csv')
- hogwarts_points = hogwarts_points['faculty_name'].fillna('Гриффиндор')
- print(hogwarts_points)
RAW Paste Data