Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Variable.

swapcase()
Variable.replace(‘’,’’)
Variable.split()
Df.shape
Df.columns
Max()
Type()
.describe()
.sample()
.size
.shape
Df[‘’].dt.month

List = []
Tuples = ()
Dictionaries = {}
Set =
Intersection = common
Union = summ
Difference = substraction
symmetric_difference = unique
pd.duplicated()

Integers
Floats
Strings
Booleans
Lists
Dictionaries
Tuples
Sets
Frozensets
Functions
Ranges
Null

 Attribute: A value associated with an object or class which is referenced by name using dot notation.
 Method: A function that belongs to a class and typically performs an action or operation. 

Discovering
Structuring: Filtering, Slicing, Extracting, Grouping
Cleaning
Joining
Validating
Presenting

Request missing value


Delete
Create NAN category
Derive new representative value

Forward filling
Backward filling (backfilling)
Deriving mean values
Deriving median values
Global Outliers
Contextual Outliers
Collective Outliers

Dummy Variables (0,1)


Label encoding

You might also like