0
我使用Django框架工作。從postgresql數據庫中獲取值。 我查詢集是:django queryset convert tofixed format
pp=childcrime_type.objects.values('infanticide_incidence').filter(state_name='GUJARAT')
我查詢集是十進制format.how轉換十進制格式的查詢集來tofixed foramt。
[13.9,12.4,9.6,3,41.3,5.8,36]
但我有以下格式的答案。
[13.90,12.40,09.60,03.00,41.30,05.80,36.00]
Thanks
您對數據使用Decimalfield或Floatfield嗎? – sagarchalise