GWC-UWP

drawing

Python Functions

print()
type()
np.array()
np.mean()
np.std()
np.corrcoef()
str()
int()
bool()
float()
len()
list()
help()
max()
complex()
radians()
inv()
plt.plot()
plt.show()
plt.scatter()
plt.xscale()
plt.hist()
plt.clf()
plt.ylabel()
plt.xlabel()
plt.title()
plt.xticks()
pd.DataFrame()
pd.read_csv()
np.logical_and()
np.logical_or()
np.logical_not()
enumerate()
np.nditer()
np.random.seed()
np.random.rand()
np.random.randint()
max()
np.transpose()
range()
zip()
dict()
np.log10()
pd.read_csv()

Python Packages

import matplotlib.pyplot as plt
import numpy as np
import pandas as pd

Python Methods

.append()
.toList()
.upper()
.sorted()
.index()
.count()
.remove()
.reverse()
.index()
.keys()
.loc()
.iloc()
.items()
.iterrows()
.upper()
.apply()
.head()
.tail()
.info()
.to_csv()
.to_excel()
.plot()

Remember: Methods are functions but functions are not always methods

Python Attributes

df.values
df.columns

Python.org Documentation