LoginSignup
1
0

DBを作ってみる ♯初心者

Last updated at Posted at 2024-05-12

初心者がDBを作ってみた

プロセス

1. pokeAPIから必要なデータをGet
2. GetしたデータをDataFrame(元df)に格納
3. Getしたデータのうち、単純なデータではなく「ネストされた値」を単純データにして、別のDataFrameに格納
4. 元dfに別のDataFrameのデータをMerge
5.単純データで構成されたdfをSqliteファイルに変換

参考になったサイト

(作者の方、ありがとうございました。)
https://smart-hint.com/poke-data/pokeapi/#PokeAPI

完成したmokemon_db

image.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0