# wrong (typo - a instead of e at the end):
from sklearn.preprocessing import StandardScalar
# wrong (capitalization - all lower case instead of CamelCase):
from sklearn.preprocessing import standardscaler
# right:
from sklearn.preprocessing import StandardScaler