我需要在按年份和隊列對記錄(值)進行排序的查詢中調用此函數。例如:在第一年是第一年,隊列A是隊列A的情況下,給出隊列A的值的最小值,最大值,中間值和四分位數。 您可以說明我將如何在查詢設計中應用此函數嗎?謝謝 Public Function GetQuartile(_
ByVal strTable As String, _
ByVal strField As String, _
我需要按範圍對數值進行編碼:低:0,中等:1,高:2,非常高:3.我正在做四分位數。我有以下代碼: import pandas as pd
import numpy as np
def fun(df):
table = df.copy() # pandas dataframe
N = int(table.shape[0])
for header in list(