- Acceleration technology inside FireDucks
Tuesday, December 05, 2023 in Posts
SWITCHING GROUPBY In this article, we introduce the acceleration techniques of “groupby” used in FireDucks. The groupby operation is one of the most fundamental and important operations in tabular data analysis. We can use the groupby …
- Import hooks: how to use FireDucks without modifying your programs
Wednesday, November 15, 2023 in Posts
This is Osamu Daido from the FireDucks development team. In today’s developers’ blog, I would like to introduce the import hook feature of FireDucks. This feature enables you to use FireDucks without modifying your existing programs at …
- Using Python's fast data frame library FireDucks
Monday, October 23, 2023 in Posts
pandas is a library that provides functions to support data analysis in the Python programming language. NEC Research Laboratories has developed a library called FireDucks, a faster version of pandas. Data Preparation The analysis is performed on the …
- Application example: Spicy MINT at Toyota Technical Development Corporation
Thursday, October 19, 2023 in Posts