dtbifya
dtbifya
pd.read_csv("../data/world_happiness.csv")
PicklingError: ("Can't pickle : it's not found as numpy.dtype[float64]", 'PicklingError while hashing {\'X\': array([[-0.8137693 , 0.91314495, 0.57967737, 0.00940568, 0.89901425,\n -0.49161791],\n [ 1.63793717, -0.2249728 , -1.51950333, 0.40881057, -0.92860994,\n -0.29477607],\n [-0.9352552 ,...
Issue with seaborn when plotting histograms. doesn't seem to be an issue with other machines besides Renata's. tried updating seaborn
The code breaks at the following line: data = data.dropna(subset='sex') See comments in the notebook. Likely an issue with dependencies.