PDF4PRO ⚡AMP

Modern search engine that looking for books and documents around the web

Example: bankruptcy

Python For Data Science Cheat Sheet Lists Also see NumPy ...

Selecting List Elements Import libraries>>> import NumPy >>> import NumPy as np Selective import>>> from math import pi>>> help(str) Python For data Science Cheat SheetPython BasicsLearn More Python for data Science Interactively at AssignmentStrings>>> x=5>>> x 5>>> x+2 Sum of two variables 7 >>> x-2 Subtraction of two variables 3>>> x*2 Multiplication of two variables 10>>> x**2 Exponentiation of a variable 25>>> x%2 Remainder of a variable 1>>> x/float(2) Division of a variable and data Types str() '5', ' ', 'True' int() 5, 3, 1 float() , bool() True, True, TrueVariables to stringsVariables to integersVariables to floatsVariables to booleansLists>>> a = 'is'>>> b = 'nice'>>> my_list = ['my', 'list', a, b]>>> my_list2 = [[4,5,6,7], [3,4,5,6]] Subset>>> my_list[1]>>> my_list[-3] Slice>>> my_list[1:3]>>> my_list[1:]>>> my_list[:3]>>> my_list[:] Subset Lists of Lists >>> my_list2[1][0]>>> my_list2[1][:2]Also see NumPy Arrays

Learn Python for Data Science Interactively at www.DataCamp.com NumPy DataCamp Learn Python for Data Science Interactively The NumPy library is the core library for scienti c computing in Python. It provides a high-performance multidimensional array object, and tools for working with these arrays.

Tags:

  Python, Data, Sciences, Learn, Data science, Learn python

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Spam in document Broken preview Other abuse

Transcription of Python For Data Science Cheat Sheet Lists Also see NumPy ...

Related search queries