I need this class to include the following methods only using self: get_summary_stats: should calculate the mean, min and max. min_max_scale: converts the array to 0-1 values. score_scale: converts the array to zscores. I’m trying it this way without luck, when you run it it smoothly goes by but when I add the last line it gives me an error
Tag: init
pandas df appending altering variables in multithreading: problems creating the initial index for the df, and is pd the correct tool for this?
I need to: Create a df that looks like this: items y y y item z z z item z z z item z z z The first column is named [‘items’] for convenience because the rows created under this custom index will do so based on changing variable item. It will be passed into the items column to create