attributeError가 발생합니다
API 문서 보니까 이렇게 나오네요. Deprecated since version 0.23.0: from_items is deprecated and will be removed in a future version. Use DataFrame.from_dict(dict(items)) instead. DataFrame.from_dict(OrderedDict(items)) may be used to preserve the key order. 위의 예제에서는 df = pd.DataFrame.from_dict( dict(friend_list) ) 로 수정하면 되더라구요.