Remove pandas import from some notebooks (#13481)

This commit is contained in:
Charles Gagnon
2020-11-19 08:19:20 -08:00
committed by GitHub
parent c7cca5afea
commit ddd0b8b4bc
9 changed files with 9 additions and 57 deletions

View File

@@ -23,7 +23,7 @@
{
"cell_type": "code",
"source": [
"import pandas,sys,os,getpass,json,html,time\r\n",
"import sys,os,getpass,json,html,time\r\n",
"from string import Template"
],
"metadata": {