the melt_multiple_ids method in fied_compilation.py results in a FutureWarning:
C:\Users\cmcmilla\foundational-industry-energy-data\fied_compilation.py:168:
FutureWarning: This dataframe has a column name that matches the 'value_name' column name of the resulting Dataframe.
In the future this will raise an error, please set the 'value_name' parameter of DataFrame.melt to a unique name.
frs_mult = frs_mult.melt(
This is the section of code that needs to be addressed (i.e., changing value_name parameter):
the melt_multiple_ids method in
fied_compilation.py
results in a FutureWarning:This is the section of code that needs to be addressed (i.e., changing value_name parameter):