Level 9 : 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 | 1859+ Python FAQs | Share
working-with-temporary-files-using-tempfile | boolean | data_structure | global-variable | datetime.date,-datetime.time,-datetime.datetime | descriptors | heap-memory | dictionaries | arithmetic-expression | identity-operator | math-copysign | destructor | loops | default-mutable-argument | debugging | mysql | operators | factorial-function | introduction-to-multiprocessing | list-comprehensions | namespace | list-methods-and-slicing | directory-operations | head-and-tail | membership-operators-(in,-not-in) | methods | immutable-data-type | magic-method | list-method | overriding-methods | indentation | __all__-attribute | pickling--unpickling | control-flow | python-operators | class | list-slicing | list-comprehension | multiple-inheritance | time-series-with-pandas | thread | __future__ | pep | threading | while-loops | arbitrary-arguments-(*args,-**kwargs) | basic | operator | inheritance | def | loop-control | writing:-write(),-writelines() | id-function | introduction-to-python | precedence-and-associativity | complex | tuple-unpacking | oop | enumerate() | python-repl | floating-point-precision | decimal | join | access-modifier | complex-number | escape-operator | namedtuple | data-type | anchors-(^,-$) | class-and-instance-variable | built-in-function | thread-synchronization | defining-functions | else-statement | boolean-masking | datetime | matplotlib | function-and-scope | recursion | syntax-error | arithmetic-operation | data-type | functional-programming | introduction-to-threads | handling-missing-values-(fillna,-dropna) | collection | class-and-object | operand | installation | type_conversion | literal-characters-and-special-characters | file-handling | recurssion | multiprocessing | design-principle | error | binary-operation | version | polymorphism | filter | version-check | decorator | type-conversion | control-flow | syntax-error | higher-order-function | min-max-function | method | conditional-statement | floats | operator-and | indexing:-loc-vs-iloc | virtual-environment | identifier | lambda-functions | while-loop | using-else-and-finally | list-join | iterable | integer | pass | sum() | multiple-except-blocks | while-and-for-loop | context-manager | encapsulation | built-in-function | quantifiers-(*,-+,-?,-{}) | binary | init | formal-and-actual-parameter | feature | mathematical-function | choice | center | global | string-formatting | operator-or | command-line-parsing | generators-in-python | opening-files-(open()) | string-slicing | comprehension | file_handling | reading:-read(),-readline(),-readlines() | bitwise-operator | docstring | list-mutation | datatype | name-mangling | error-handling | lists | print-statement | working-with-file-paths | difference-between-threads-and-processes | gil | thread-safe-data-structures-(queue.queue) | memory | exception-handling | return-statement | numpy | memory-management | mapping-function | module | type-conversion-and-casting | stack | string-slicing | with-statement | functional-programming | syntax | random | round | dicts | expand-tab | working-with-dates-and-times | set | python-syntax-and-structure | multiple-inheritance | parsing-with-strptime | booleans | slicing | single-inheritance | list-operation | assignment-operators | regular-expressions | string-manipulation | else | rollback | exponentiation | string-iteration | walking-through-directories-using-os.walk() | round-function | unit-testing | attribute | creating-custom-modules | class-and-inheritance | tuples | frozenset | mutable | conversion | random-function | scientific-notation | global-variable | nested-loop | exception-handling | dictionary-methods | copy | comparison | creating-and-starting-threads | staticmethod | min-function | regular-expression | filtering-and-indexing | swapping | type-conversion | loop-control-statements | zip | error-handling | numeric | virtual-environment | software-design | encoding | generator | boolean-and-non-boolean | format | functions | expression | lambda | bitwise | working-with-binary-files-(rb,-wb) | control-statement | keyword | pseudocode | map-function | list | using-lists-as-stacks | while-else-loop | using-os-and-pathlib-modules | interpreter | inherit | constructor | advanced-file-operations | data-structures | math | sorting-and-ranking | test-discovery | identity-operator | data-structures-in-python | raise | regex | joining-and-merging-dataframes | object-attribute | loop | compute | input | input-function | import-method | logical-operator | intering | lambdas | data-structure | counter-function | list-vs-tuple | implementation | logical-operators | int | using-assertions-(assertequal,-assertraises) | list-indexing | fabs-function | sum-function | class-decorators | list,-set,-and-dictionary-comprehensions | sets | lambda-function | dataframe-and-series-objects | python-history | bitwise-operator | global-keyword | python_version | split | tuple-methods | static-method | zip-function | built-in | update | string-concatenation | array | data-types | python-module | syntaxerror | why-use-multiprocessing-over-threading?-(gil) | filter-function | exception | using-map()-for-transformations | identity-operators-(is,-is-not) | iterator | operations | string-methods | aggregating-data-with-functools.reduce() | sys-module | call | append | data-type-conversions | objects | match | matrix | set-operation | generators | dictionary-comprehensions | file-handling | iterators | for | asyncio-module | statement | python-django | shallow-copy | condition | mathematics | __init_subclass__ | function | postfix | method-overloading | oops | immutability | touples | string-method | raise-statement | operator-overloading | dictionary | max-min | managing-directories-with-os-and-shutil | python | goto-function | pandas | input-function | file | indexing | sorting | using-yield-in-functions | logical-operation | sys | using-join()-and-is_alive()-methods | odd-number | invalid-list | logical-operator | variable | package-management | application | slice | overflow | conditional-statement | matrix-list-comprehension | print | library | string-formatting | reading-and-writing-files | parameter | using-the-threading-module | formatting-with-strftime | integers | list-comprehension | classes | sorted | reading-and-writing-large-files-efficiently | tuple | asyncio | benefit | key-value-pairs | range | async | assert | precedence | multithreading | yield | built-in-modules | string | turtle | counter | string-method | comment | deep-copy | typeerror | collections | assignment-operator | strings | data-structure | conditional-statements | default-arguments | function-argument | zfill-function ...