Get your
own Python
server
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
import pandas import numpy df = pandas.read_csv("data.csv") v = df['Volume'] #Finding the standard deviation: std = numpy.std(v) print(std)
0.3835345687576268