bootstrap
This commit is contained in:
8
scripts/bootstrap.py
Normal file
8
scripts/bootstrap.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import pandas as pd
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
s = pd.Series(np.random.uniform(size=100))
|
||||
s.plot()
|
||||
|
||||
plt.show()
|
||||
Reference in New Issue
Block a user