Ever wondered what it takes to develop a product? Imagine you’re choosing a company to make your product a reality. What makes you choose one over another? Is it their cool website or their experience with enterprises from Fortune500? When it comes to building quality software solutions, there really ...
Whether you’re a seasoned financial analyst or a data-proficient professional, understanding the calculation of investment returns can help assess the profitability and risks of various assets. This post explores three core methods for calculating investment returns: normalized returns, daily returns, and logarithmic daily returns. The integration of Python within ...
Following the release and an introductory blog post on Tapyr, our Shiny for Python framework, we recently hosted a Shiny Gathering to further explore its features and capabilities. Ready to simplify your PyShiny dashboard development? Learn how to get started with Tapyr in this introductory guide. Here’s a summary ...
Upsampling time series data involves increasing the frequency of your data points by filling in gaps to transform a lower-frequency dataset into a higher-frequency one. This process is often necessary when aligning datasets with different frequencies or when a more granular view of the data is required. For instance, in ...
The main criticism people have when it comes to ggplot2 is the static nature of the charts it has to offer. Truth be told, it will never be an interactive visualization king like Highcharts, but it doesn’t mean animation is out of the picture. Meet R gganimate – a natural ...
With the new {rhino} 1.8.0, we’re happy to introduce {box.linters}. This new package helps check code for projects using {box}. Looking to upgrade your enterprise dashboard to Rhino? Check out how it’s done with the World Bank’s Carbon Pricing dashboard. In this article, we’ll show you ...
Code testing is essential to identify and fix potential issues, to maintain sanity over the course of the development of the project and quickly identify bugs, and to ensure the reliability and sanity of your experiment overtime.
This post is part of a...