Skip to content

Tag: pandas

Python: Rows to Column in Pandas Dataframe

I have following dataframe: Out: There are different metrics at column “metric_name” with its own value. To have a better dataset for time series forecasting I want to convert my Dataframe. I want every single metric in “metric_name” as new column in the dataset. See here all different…