データのスクレイピングをしました。
こういう形のオブジェクトに含まれたリストが返ってきます。
Profile(username='00000000' name='aaa' biography='Hello World' id=None location='' website=None)
これをどのようにpandasへ読み込めばいいでしょうか?
このProfileのtypeを調べると、listで、
Object of type Profileとのことです。
あなたの回答
tips
プレビュー
投稿2020/10/22 08:18
編集2020/10/22 08:44データのスクレイピングをしました。
こういう形のオブジェクトに含まれたリストが返ってきます。
Profile(username='00000000' name='aaa' biography='Hello World' id=None location='' website=None)
これをどのようにpandasへ読み込めばいいでしょうか?
このProfileのtypeを調べると、listで、
Object of type Profileとのことです。
あなたの回答
tips
プレビュー