Biodiversity credits & Natural Climate SolutionsThe NCS Alliance of the WBCSD released a new report Natural Climate Solution Carbon Credits: The role of project developers and communities…Jun 6, 2024Jun 6, 2024
Greenwashing & ACCC guidanceDec 2023, the ACCC released guidance on avoiding greenwashing.Apr 22, 2024Apr 22, 2024
How to install packages from GitHubTo install packages which are on GitHub but not Anaconda, i.e. specific discrete packages, such as tree allometric relationships.Jan 25, 2024Jan 25, 2024
Greenwashing claims and how to avoidACCC released eight principle on how to avoid Greenwashing.Jan 9, 2024Jan 9, 2024
Adding a column which is the mean of another column in DataFrames# Using transform allows us to create a column which is the mean of a group within another column.Apr 13, 2023Apr 13, 2023
Random sampling n samples from each group, in a DataFrame with many groups.## This gets n random samples from each group.Apr 11, 2023Apr 11, 2023
Random sampling — mean : Monte carlo & bootstrapping in Python.Bootstrapping — is random sampling to estimate the standard deviation, or 95th confidence interval (or some other interval).Jan 25, 2023Jan 25, 2023