I have a data set (that I cannot share due to confidentiality) that has 3k part numbers and 29k total data points. I want to get the standard deviation by number. I used the summarize tool to get this data, but the standard deviation doesn't match excel or other calculations. When I just input the data points into a text input file the std dev matches excel. This must mean how it's summarizing by PN isn't matching my expectation.
| PN | Data 1 | Data 2 |
| 1 | -0.75 | -0.65 |
| 1 | -0.39 | -0.63 |
| 1 | -0.65 | -0.78 |
| 1 | -0.76 | -0.69 |
| Alteryx STD DEV | .210666 | .138852 |
| Excel STD DEV | .172313 | .066521 |
Below is an image of the summarize tool for the Data 2
