I will collect here the raised warnings from pandas.
in main.rivus.create_model()
DeprecationWarning:
.ix is deprecated. Please use
.loc for label based indexing or
.iloc for positional indexing
FutureWarning: convert_objects is deprecated.
Use the data-type specific converters pd.to_datetime, pd.to_timedelta and pd.to_numeric.
df = df.convert_objects(convert_numeric=True)
I will collect here the raised warnings from pandas.
in
main.rivus.create_model()def multiply_by_area_demand