Rlamboll

Results 4 issues of Rlamboll

Chris asked if we can add an easy-use tool to download emissions data (possibly checking if the data is already downloaded) from the AR6 database to Silicone, since I put...

Filter can get confused when being used on a column that contains a mixture of both strings and numbers. Oddly it doesn't have a problem if the value being asked...

bug

Previously, one could pyam-concatenate pandas dataframes that can be cast to pyam format directly. However this now fails as the meta looks for a metadata index that isn't present. I...

bug

As far as I can work out, "df.filter(level=[1, 2])" always produces nothing, even when "df.filter(level=1)" and "df.filter(level=2)" produce reasonable values. I have been using workarounds so far, but at some...