茫然的风衣 · 满级气运漫画 - 抖音· 1 年前 · |
威武的绿豆 · 地狱尖兵2_地狱尖兵2022_地狱尖兵 ...· 1 年前 · |
爽快的绿豆 · 比亚迪e2量产车型下线 预计7月中旬上市|皆电· 1 年前 · |
热心肠的香菇 · 基于Mathcad的LLC公式推导与化简(二 ...· 1 年前 · |
大鼻子的煎鸡蛋 · 英伟达MX450独显悄然发布 ...· 1 年前 · |
from pyspark.sql import Window, DataFrame
from pyspark.sql.types import *
from pyspark.sql.types import StructType
from pyspark.sql import functions as F
schema = StructType([
StructField("data", StructType([
StructField("indicatr", StructType([
StructField("indicatr", StructType([
StructField("id", StringType())
]))]))]))])
df = spark.read.json("pathtofile/test.json", multiLine=True)
df.show()
df2 = df.withColumn("json", F.col("data").cast("string"))
df3=df2.select(F.col("json"))
df3.collect()
df4 =df3.select(F.from_json(F.col("json"), schema).alias("name"))
df4.show()
我得到以下结果:
|name|
+----+
|null|
谁知道如何解决这个问题
企业邮箱发送邮件时,若出现投递失败产生退信,内容提示包含如下: the mta server of * reply:550 failed to meet SPF requirements 或者 the mta server of 163.com — 163mx01.mxmail.netease.com(220.181.14.141) reply:550 MI:SPF mx14,QMCowECpA0qTiftVaeB3Cg—.872S2 1442548128 http://mail.163.com/help
303476
茫然的风衣 · 满级气运漫画 - 抖音 1 年前 |
威武的绿豆 · 地狱尖兵2_地狱尖兵2022_地狱尖兵 豆瓣 - 抖音 1 年前 |
爽快的绿豆 · 比亚迪e2量产车型下线 预计7月中旬上市|皆电 1 年前 |