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