Skip to content
milisp edited this page Oct 23, 2024 · 1 revision

Panars Documentation

Welcome to the Panars documentation! Panars is a powerful wrapper that brings the familiar Pandas API to Polars, combining the best of both worlds: Polars' speed and efficiency with Pandas' user-friendly interface.

Table of Contents

  1. Installation
  2. Getting Started
  3. API Reference
  4. Examples
  5. Migration Guide
  6. Contributing
  7. FAQ

Quick Links

About Panars

Panars allows you to leverage the high-performance capabilities of Polars while using the familiar Pandas syntax. This makes it an ideal choice for data scientists and analysts who want to transition to a faster data processing library without having to learn a completely new API.

For more information on getting started with Panars, check out our Getting Started guide.

Clone this wiki locally