Data science

Python in Excel: How to create moving averages

March 18, 2024 | George Mount

For those interested in learning Python for Excel, a key area to explore is time series analysis. In particular, Python’s Pandas package is specifically designed to handle time series data effectively, often much better than Excel. In this post, we’re going to look at a common task with ...
[...Read more...]

ShinyConf 2024: A Sneak Peek into the Agenda

March 15, 2024 | Gift Kenneth

ShinyConf 2024 is just around the corner (April 17-19), and it’s shaping up to be an event you don’t want to miss! Held annually, ShinyConf brings together the brightest minds in R/Shiny developers and data science to share insights, innovations, and best practices. Key Highlights This year’s ...
[...Read more...]

Celebrating Growth: Appsilon in The Financial Times 1000

March 1, 2024 | Appsilon

We are proud to announce that Appsilon has been named one of Europe’s fastest-growing companies in The Financial Times 1000 for the second year in a row. This prestigious ranking highlights our remarkable revenue growth between 2020 and 2023, reflecting our team’s hard work, innovation, and commitment to excellence. Since last ...
[...Read more...]

Import Simple Files into Python

March 1, 2024 | Dr. Darrin

In this post we will be using Python to import files. Importing a text file is rather easy into Python. We will look at several different examples and file types in this post. Importing a Text File Importing a text file is often done in Python. To do this see ...
[...Read more...]
1 2 3 95