adding all files done so far
This commit is contained in:
9
random_sampling/sampling.py
Normal file
9
random_sampling/sampling.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
|
||||
np.random.seed(127)
|
||||
|
||||
df = pd.DataFrame(np.random.uniform(1000, high=1500, size=(30, 1)),
|
||||
columns=['bets']).round(0)
|
||||
|
||||
print(df)
|
||||
Reference in New Issue
Block a user