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