Skip to content

Commit 693c047

Browse files
author
Courtney Whalen
committed
remove print dtypes?
Signed-off-by: Courtney Whalen <[email protected]>
1 parent 06889a0 commit 693c047

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyrasterframes/src/main/python/docs/raster-write.pymd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ pandas_df = spark.read.raster(raster_url, tile_dimensions=(64, 64)) \
4545
rf_extent('proj_raster').alias('extent'),
4646
rf_tile('proj_raster').alias('tile'),
4747
).limit(5).toPandas()
48-
pandas_df.dtypes
4948
```
5049

5150
Viewing the DataFrame in Jupyter looks like this.

0 commit comments

Comments
 (0)