Skip to content

Commit 716a1f9

Browse files
committed
syntax
1 parent 1807a8b commit 716a1f9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/resAnalysisImages.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from zingg.client import *
2+
from zingg.pipes import *
13
from pyspark.sql.types import *
24
import pandas
35

@@ -8,6 +10,7 @@
810

911
from PIL import Image
1012

13+
1114
#read data from parquet
1215
res_df = getSparkSession().read.parquet('/tmp/resultSmallImages')
1316
res_df.count()

0 commit comments

Comments
 (0)