image
尝试了以下代码但是出现错误此错误" AttributeError:type object' datetime.datetime'没有属性' datetime'"
Map<String, Object> root = (Map) jsonObject;
Map<String, Object> context = (Map) root.get("@context");
Map<String, Object> image = (Map) root.get("image");
String imageId = (String) image.get("@id");
导入的库: 导入日期时间 从datetime import datetime,timedelta
df_patients['date_of_diagnosis_new'] = pd.to_datetime(df_patients['date_of_diagnosis'])