我试图将JSON数据存储在数据库中,因为我认为将其存储在数据库中会比将其存储在JSON文件中更有效。
我使用它将数据解析为JSON对象:
$json_data_decoded = json_decode($json_data_found, true);
if(!empty($json_data_decoded)){
foreach($json_data_decoded as $key => $data){
// Do something with this data
}
}
当然,它工作正常,但我担心将这种数据存储在数据库中,因为它将接受用户输入并对其进
我一直难以解决如何使用scipy.interpolate函数( LinearNDInterpolator、网格数据或最好是NearestNDInterpolator)。
网上有一些教程,但我很困惑我的数据需要以什么形式出现。nearestND的在线文档非常糟糕。
该职能要求:
x : (Npoints, Ndims) ndarray of floats
Data point coordinates.
y : (Npoints,) ndarray of float or complex
Data point values.
我有表格中的数据: