Introduction to Apache Arrow

Sdílet
Vložit
  • čas přidán 20. 06. 2023
  • Learn from InfluxDB experts - InfluxDB Cloud's new storage engine was built using the Apache Arrow ecosystem.
    Feel free to ask questions!
  • Zábava

Komentáře • 3

  • @emreozan2206
    @emreozan2206 Před 3 měsíci

    Thank you, it is very helpful.

  • @guocity
    @guocity Před 3 měsíci

    which library is better? pyarrow or polars

    • @influxdata8893
      @influxdata8893  Před 2 měsíci

      They both have perks, so it depends on what you are doing.
      If your work involves heavy integration with other tools that use Apache Arrow or if you need robust support for various file formats and data sources, PyArrow might be more suitable.
      If you're looking for sheer performance in data processing and an easy-to-use API for exploratory data analysis, Polars might be the better choice.
      Ultimately, the best library for you might depend on your specific workflow, the size and complexity of your data, and your performance requirements. Testing both libraries with your actual datasets is often the best way to determine which one fits your needs better.