Reputation: 34
I have a simple pandas dataframe consisting of a date interval column and a column of values (RRP_SA) as depicted in the snippet below. They are stored in a pandas dataframe (df_forecast). How can I take the 'RRP_SA' column, convert the entire column from log10 to normal format (as it is currently in log10 format), and then add this as a new column to the 'df_forecast' dataframe.
Upvotes: 0
Views: 680