I would like to obtain the values separately from a dataframe that comes from a previous grouping:
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
mu, sigma = 0, 0.2
x = np.abs(np.random.normal(mu, sigma, 1000))
y = np....
asked by
06.11.2017 / 12:44