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