标签: python python-3.x jupyter-notebook
使用%% time魔法在单元格中运行代码时,它不会影响全局变量。
消除魔法可以解决问题。
%%time _ = df.pop('UselessColumn')