oemof / demandlib

Creating heat and power demand profiles from annual values.
https://oemof.org
MIT License
54 stars 38 forks source link

Added label to the parameters of the used pandas functions. #51

Closed GregorBecker closed 2 years ago

GregorBecker commented 2 years ago
uvchik commented 2 years ago

Thank you @GregorBecker for your changes.

Did you check your changes with older pandas versions? We may have to adapt the minimal panda version.

GregorBecker commented 2 years ago

@uvchik thanks for your response. I haven't done it yet, but may do it in the upcoming days, and let you know which Pandas version does not work anymore.

GregorBecker commented 2 years ago

I checked the Pandas version, and no problems occurred until Pandas 1.0, since this is the minimum version defined in the demandlib setup.py, I stopped testing there. While checking the version I noticed some more deprecations, which I removed within the same move.