LoginSignup
0
0

More than 1 year has passed since last update.

Colaboratory にて pandas DataFrame を動的にする

Posted at

Colab において、pandas の DataFrame を動的操作可能なテーブルにレンダリングする。
以下のコードを Colab のセル上で実行すると、レンダリングに必要な拡張機能が有効化される。

# 動的にテーブル操作するための拡張機能の有効化
%load_ext google.colab.data_table

また、以下のコードで拡張機能を無効化できる。

# 動的テーブル操作拡張機能の無効化
%unload_ext google.colab.data_table
0
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
0
0