March 2020
Beginner to intermediate
352 pages
8h 40m
English
Well, now we have some more mathematical terms to learn: permutation and random sampling. Let's examine how we can perform permutation and random sampling using the pandas library:
dat = np.arange(80).reshape(10,8)df = pd.DataFrame(dat)df
And the output of the preceding code is as follows:

Read now
Unlock full access