Started on plotly graphs

This commit is contained in:
2023-05-04 14:29:39 +03:00
parent 9cf11abef0
commit 1de191f3da
2 changed files with 7 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ def slam_dunk(dataset, column, labels):
max_value = dataset[column].max()
print("min: ", min_value, " max: ", max_value)
bins = np.linspace(min_value, max_value, len(labels) + 1)
bins
dunked_column = "bin_" + column
dataset[dunked_column] = pd.cut(