python_math_stat/practica/math/statistic/statistic_tests/pi.py

9 lines
187 B
Python
Raw Normal View History

2023-10-12 21:29:19 +03:00
import numpy as np
import pandas as pd
letter = pd.DataFrame(np.random.randint(4,5), [1,2,3,4], ['r','y','g','k','o'])
# numbers = [1,2,3]
# np_array= np.array (numbers)
print (letter)