- 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, 2 Months ago, written in Plain Text, viewed 57 times.
This paste is a reply to Untitled from Gray Pudu
- view diff
URL http://codebin.org/view/af388d96
Embed
Download Paste or View Raw
— Expand Paste to full width of browser