Level 10 : Write a function that takes in a list of dictionaries with both a key and list of integers, and returns a dictionary with the standard deviation of each list.


input = [
    {
        'key': 'list1',
        'values': [4,5,2,3,4,5,2,3],
    },
    {
        'key': 'list2',
        'values': [1,1,34,12,40,3,9,7],
    }
]

Author: KaivalyaG | Tags: dictionary | 1736+ Python FAQs | Share
descriptors | dictionaries | goto-function | memory | call | pickling-&-unpickling | random-function | file_handling | data-structure | multithreading | operator-and | string-iteration | scientific-notation | identifier | turtle | global-variable | operators | library | head-and-tail | bitwise-operator | nested-loop | slice | keyword | tuple-unpacking | context-manager | asyncio | factorial-function | mathematical-function | sum-function | fabs-function | pseudocode | deep-copy | heap-memory | method | string-concatenation | binary-operation | else-statement | map-function | debugging | odd-number | condition | postfix | staticmethod | return-statement | oops | feature | data-type | asyncio-module | while-else-loop | swapping | string-formatting | list-comprehension | assignment-operator | frozenset | objects | sorted | comparison | list-method | mysql | precedence-and-associativity | global-variable | int | classes | polymorphism | operator-overloading | expression | attribute | destructor | syntax-error | string-method | lists | static-method | identity-operator | sum() | sorting | built-in-function | string-method | exception-handling | choice | datetime | namespace | basic | multiple-inheritance | oop | loop | bitwise-operator | data-structure | boolean-and-non-boolean | typeerror | tuple | function-and-scope | decimal | precedence | module | shallow-copy | design-principle | inheritance | comment | built-in-function | assert | name-mangling | file-handling | filter | print | operand | mutable | variable | append | virtual-environment | string-slicing | conditional-statement | loops | enumerate() | input-function | generators-in-python | built-in | complex | set-operation | zip-function | thread | regex | slicing | boolean | for | range | package-management | python-history | zip | string | magic-method | expand-tab | command-line-parsing | python_version | copy | docstring | async | type_conversion | exception-handling | split | rollback | exponentiation | logical-operator | class-and-object | operator | __all__-attribute | benefit | interpreter | list-comprehension | pandas | functions | math | center | list-vs-tuple | compute | list-join | installation | memory-management | comprehension | dictionary | syntax-error | touples | iterable | numeric | lambda | logical-operator | mathematics | sys-module | zfill-function | indexing | matrix | list-indexing | list | gil | syntaxerror | function-argument | sys | functional-programming | python | mapping-function | python-django | class-and-instance-variable | random | lambda-function | id-function | higher-order-function | list-slicing | arithmetic-operation | application | type-conversion | type-conversion | recursion | class-and-inheritance | datatype | list-operation | format | access-modifier | global | encoding | error | floating-point-precision | virtual-environment | file | generators | math-copysign | print-statement | counter-function | encapsulation | while-loop | formal-and-actual-parameter | escape-operator | import-method | conversion | def | inherit | implementation | init | list-mutation | matrix-list-comprehension | operator-or | input | logical-operation | stack | integer | python-module | overflow | string-slicing | file-handling | immutable-data-type | data-type | iterator | collection | bitwise | with-statement | match | min-max-function | syntax | version-check | decorator | round-function | immutability | regular-expression | identity-operator | complex-number | control-flow | methods | generator | __future__ | collections | namedtuple | min-function | control-flow | exception | array | recurssion | statement | arithmetic-expression | string-formatting | update | lambdas | __init_subclass__ | global-keyword | class | round | multiprocessing | string-manipulation | filter-function | version | pep | object-attribute | data_structure | invalid-list | dicts | join | function | default-mutable-argument | set | input-function | yield | threading | error-handling | numpy | operations | constructor | conditional-statement | while-and-for-loop | counter | raise | indentation | software-design | data-structures | max-min | loop-control | python-repl | parameter | matplotlib | control-statement | binary ...