{
"_id" : "63bbe1580b485627714220a3",
"userId" : "63a2a7b83d9cfb08817540d2",
"tenantId" : "319",
"createDate" : "2023-01-09T09:41:44.772Z",
"type" : "cibil",
"data" : {
"scoreInfo" : {
"creditReportTimeStamp" : "24-12-2022",
"creditScore" : "00779",
"creditscoreVersion" : "10",
"creditScoreName" : "CIBILTUSC3"
},
"accountInfo" : [
{
"paymentEndDate" : "01-06-2022",
"ownershipIndicator" : "1",
"dateOpened" : "17-06-2022",
"highCreditSanctionedAmount" : "50000",
"cashLimit" : "10000",
"accountType" : "10",
"currentBalance" : "0",
"dateReported" : "31-10-2022",
"paymentHistory1" : "000000000000000",
"memberName" : "NOT DISCLOSED",
"creditLimit" : "50000",
"paymentStartDate" : "01-10-2022"
},
{
"highCreditSanctionedAmount" : "50000",
"cashLimit" : "5000",
"accountType" : "10",
"currentBalance" : "0",
"memberName" : "NOT DISCLOSED",
"dateClosed" : "31-08-2022",
"paymentFrequency" : "Monthly",
"paymentEndDate" : "01-09-2021",
"ownershipIndicator" : "1",
"dateOpened" : "29-09-2021",
"dateReported" : "15-09-2022",
"paymentHistory1" : "000000000000000000000000000000000000",
"creditLimit" : "50000",
"paymentStartDate" : "01-08-2022"
},
{
"paymentEndDate" : "01-09-2020",
"ownershipIndicator" : "1",
"dateOpened" : "10-09-2020",
"highCreditSanctionedAmount" : "44758",
"accountType" : "10",
"currentBalance" : "12742",
"dateReported" : "31-10-2022",
"paymentHistory1" : "000000000000000000000000000000000000000000000000000000",
"memberName" : "NOT DISCLOSED",
"dateOfLastPayment" : "29-10-2022",
"paymentStartDate" : "01-10-2022",
"paymentHistory2" : "000000000000000000000000"
},
{
"highCreditSanctionedAmount" : "1000000",
"accountType" : "44",
"currentBalance" : "536400",
"memberName" : "NOT DISCLOSED",
"paymentFrequency" : "Monthly",
"paymentEndDate" : "01-11-2019",
"ownershipIndicator" : "4",
"dateOpened" : "22-03-2019",
"emiAmount" : "5067",
"dateReported" : "31-10-2022",
"paymentHistory1" : "000000000000000000000000000000000000000000000000000000",
"repaymentTenure" : "240",
"dateOfLastPayment" : "25-10-2022",
"paymentStartDate" : "01-10-2022",
"paymentHistory2" : "000000000000000000000000000000000000000000000000000000"
},
{
"highCreditSanctionedAmount" : "26589",
"accountType" : "03",
"currentBalance" : "8830",
"memberName" : "NOT DISCLOSED",
"paymentFrequency" : "Monthly",
"paymentEndDate" : "01-11-2019",
"ownershipIndicator" : "4",
"dateOpened" : "22-03-2019",
"emiAmount" : "590",
"dateReported" : "31-10-2022",
"paymentHistory1" : "000000000000000000000000000000000000000000000000000000",
"repaymentTenure" : "60",
"dateOfLastPayment" : "25-10-2022",
"paymentStartDate" : "01-10-2022",
"paymentHistory2" : "000000000000000000000000000000000000000000000000000000"
}
],
"enquiryInfo" : [
{
"enquiryPurpose" : "10",
"memberName" : "AU SFB",
"enquiryAmount" : "100",
"dateOfEnquiry" : "03-11-2022"
},
{
"enquiryPurpose" : "10",
"memberName" : "NOT DISCLOSED",
"enquiryAmount" : "100",
"dateOfEnquiry" : "10-10-2022"
},
{
"enquiryPurpose" : "10",
"memberName" : "NOT DISCLOSED",
"enquiryAmount" : "100000",
"dateOfEnquiry" : "30-06-2022"
},
{
"enquiryPurpose" : "10",
"memberName" : "NOT DISCLOSED",
"enquiryAmount" : "10000",
"dateOfEnquiry" : "12-06-2022"
},
{
"enquiryPurpose" : "10",
"memberName" : "NOT DISCLOSED",
"enquiryAmount" : "1000",
"dateOfEnquiry" : "03-09-2021"
},
{
"enquiryPurpose" : "02",
"memberName" : "NOT DISCLOSED",
"enquiryAmount" : "708000",
"dateOfEnquiry" : "10-07-2021"
},
{
"enquiryPurpose" : "10",
"memberName" : "NOT DISCLOSED",
"enquiryAmount" : "1000",
"dateOfEnquiry" : "10-09-2020"
},
{
"enquiryPurpose" : "02",
"memberName" : "NOT DISCLOSED",
"enquiryAmount" : "100000",
"dateOfEnquiry" : "05-09-2020"
},
{
"enquiryPurpose" : "02",
"memberName" : "NOT DISCLOSED",
"enquiryAmount" : "100000",
"dateOfEnquiry" : "04-09-2020"
},
{
"enquiryPurpose" : "02",
"memberName" : "NOT DISCLOSED",
"enquiryAmount" : "1000000",
"dateOfEnquiry" : "12-03-2019"
}
],
"officeInfo" : [
{
"occupationType" : "Self Employed",
"userIncome" : "360000000"
}
],
"bureauStatus" : "SUCCESS"
},
"isOutputValid" : true
}
输出应为:
1条答案
按热度按时间ozxc1zmp1#
您可以将
json_normalize
与.explode
一起使用,然后稍微清理一下最后,
df
应该看起来像[打印
print(df.to_markdown(tablefmt='fancy_grid'))
]