Software Alternatives & Reviews

A Polars exploration into Kedro

Pandas Apache Arrow
  1. 1
    Pandas is an open source library providing high-performance, easy-to-use data structures and data analysis tools for the Python.
    Pricing:
    • Open Source
    Traditionally Kedro has favoured pandas as a dataframe library because of its ubiquity and popularity. This means that, for example, to read a CSV file, you would add a corresponding entry to the catalog:.

    #Data Science And Machine Learning #Data Science Tools #Python Tools 198 social mentions

  2. Apache Arrow is a cross-language development platform for in-memory data.
    Pricing:
    • Open Source
    Polars is an open-source library for Python, Rust, and NodeJS that provides in-memory dataframes, out-of-core processing capabilities, and more. It is based on the Rust implementation of the Apache Arrow columnar data format (you can read more about Arrow on my earlier blog post “Demystifying Apache Arrow”), and it is optimised to be blazing fast.

    #Databases #NoSQL Databases #Relational Databases 33 social mentions

Discuss: A Polars exploration into Kedro

Log in or Post with