Skip to content

Commit 4bf31c8

Browse files
authored
Commented out dataframe display. (#39)
1 parent 59f1cc8 commit 4bf31c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

notebooks/example-workflows/air-quality-system-api.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@
845845
}
846846
],
847847
"source": [
848-
"ozone"
848+
"#ozone"
849849
]
850850
},
851851
{
@@ -1173,7 +1173,7 @@
11731173
],
11741174
"source": [
11751175
"ozone = aqs.bystate.sampledata(parameter= O3, bdate = date(year=year-1, month=month, day = start), edate = date(year=year-1, month=month, day = end), stateFIPS=NY)\n",
1176-
"ozone"
1176+
"#ozone"
11771177
]
11781178
},
11791179
{
@@ -1459,7 +1459,7 @@
14591459
}
14601460
],
14611461
"source": [
1462-
"O3alb"
1462+
"#O3alb"
14631463
]
14641464
},
14651465
{
@@ -1693,7 +1693,7 @@
16931693
}
16941694
],
16951695
"source": [
1696-
"O3alb"
1696+
"#O3alb"
16971697
]
16981698
},
16991699
{
@@ -2380,7 +2380,7 @@
23802380
"CONUS = aqs.bybox.sampledata(parameter= O3, bdate = date(year=year-1, month=month, day = day-1), \n",
23812381
" edate = date(year=year-1, month=month, day = day), \n",
23822382
" minlat = latS, maxlat = latN, minlon = lonW, maxlon = lonE)\n",
2383-
"CONUS"
2383+
"#CONUS"
23842384
]
23852385
},
23862386
{
@@ -2644,7 +2644,7 @@
26442644
"NYS = aqs.bybox.sampledata(parameter= O3, bdate = date(year=year-1, month=month, day = day-1), \n",
26452645
" edate = date(year=year-1, month=month, day = day), \n",
26462646
" minlat = NY_S, maxlat = NY_N, minlon = NY_W, maxlon = NY_E)\n",
2647-
"NYS"
2647+
"#NYS"
26482648
]
26492649
},
26502650
{

0 commit comments

Comments
 (0)