Skip to main content

🔬 Simple data inspection tools for Polars - basic X-ray analysis and utilities for DataFrames.

Project description

🔬 Polarscope

PyPI - Python Version License: MIT

Simple data inspection tools for Polars 🐻‍❄️

Polarscope is a basic data analysis library for Polars DataFrames. It provides an xray() function for data inspection and some plotting utilities. Still early in development with more features planned.


✨ Current Features

🔬 Data Inspection

  • xray(df) → Basic data summary with statistics and data quality info
  • Shows column types, missing values, basic stats (mean, std, percentiles)
  • Optional expanded mode with additional metrics
  • Great Tables formatting for nice output

📊 Built-in Datasets

  • from polarscope.datasets import titanic, diabetes → Small datasets for testing
  • Useful for trying out the library functions

🧹 Basic Utilities (Limited functionality)

  • Some data cleaning functions (still being developed)
  • Plotting functions (basic implementation)

🚀 Quick Start

Installation

pip install polarscope

That's it! The main dependencies (Polars, Great Tables) will be installed automatically.

Basic Usage

import polars as pl
import polarscope as ps
from polarscope.datasets import titanic

# Use a built-in dataset or load your own
df = titanic()
# df = pl.read_csv("your_data.csv")

# Get basic data summary
ps.xray(df)

# More detailed analysis
ps.xray(df, expanded=True)

# Custom title and correlation analysis
ps.xray(df, title="My Data Analysis", corr_target="Survived")

Available Options

# Some useful parameters for xray()
ps.xray(
    df,
    expanded=True,              # Show more statistics
    title="Custom Title",       # Custom title for output
    corr_target="column_name",  # Show correlations with this column
    decimals=2,                 # Number formatting
    great_tables=False          # Return DataFrame instead of formatted table
)

🚧 Current Status

Early development - expect bugs and missing features!

  • Main focus is on the xray() function
  • Uses Polars for data processing (no Pandas dependency)
  • Great Tables for nice-looking output
  • Other functions are basic implementations or placeholders

📋 What Works

  • ✅ Basic data inspection with xray()
  • ✅ Built-in datasets (titanic, diabetes)
  • ✅ Great Tables formatting
  • ✅ Custom titles and correlation analysis
  • ⚠️ Some plotting functions (limited)
  • ⚠️ Some cleaning utilities (basic)

🤝 Contributing

This is a small project, but contributions are welcome! Feel free to report bugs or suggest improvements.


📄 License

MIT License - see LICENSE file for details.


🙏 Acknowledgments

Inspired by klib and built with great_tables.


🔬 A simple tool for basic Polars data inspection.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

polarscope-1.4.5.tar.gz (57.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

polarscope-1.4.5-py3-none-any.whl (57.6 kB view details)

Uploaded Python 3

File details

Details for the file polarscope-1.4.5.tar.gz.

File metadata

  • Download URL: polarscope-1.4.5.tar.gz
  • Upload date:
  • Size: 57.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.18

File hashes

Hashes for polarscope-1.4.5.tar.gz
Algorithm Hash digest
SHA256 159e8b16c8c2a4b8c9c00f63d12a91edf9790420203b821a3b9894e08f898684
MD5 dc106ec4fc0d9966a0426001faba4dab
BLAKE2b-256 5e8b0358bd73e5f6aafa76ee2e4877ef665d7f5ead73191d96f0059a3beec08a

See more details on using hashes here.

File details

Details for the file polarscope-1.4.5-py3-none-any.whl.

File metadata

  • Download URL: polarscope-1.4.5-py3-none-any.whl
  • Upload date:
  • Size: 57.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.18

File hashes

Hashes for polarscope-1.4.5-py3-none-any.whl
Algorithm Hash digest
SHA256 5f9927a5aa8478a98b80a54012824a1ebd979e788a005b08ee593fcbf26641c4
MD5 169be47c3f370d9c819e1f90fd2e8c88
BLAKE2b-256 27b05a226a1512997dce401a0d98c78e93be8e5f3dc21e073cee3af9c71537ad

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page