I have the sample size of 20 with standard deviation of 5.46. I have calculated the value in t distribution i.e. t1-α/2,n-1 = t0.975,19 = 2.093 by using the code below:
scipy.stats.t.ppf( 1-(1-gamma)/2, N-1)
but how can i get the value in z distribution with the same sample size and standard deviation so that the value should be 1.96 by using Z1-α/2 = Z0,975 = 1.96