Metadata-Version: 2.1
Name: pandus
Version: 2.0.2
Summary: A simple wrapper around Pandas
Home-page: https://github.com/egor-georgiev/pandus
License: MIT
Keywords: pandus,pandas,data-science,data-analysis
Author: Egor Georgiev
Requires-Python: >=3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Requires-Dist: pandas (==2.0.2)
Project-URL: Repository, https://github.com/egor-georgiev/pandus
Description-Content-Type: text/markdown

# pandus
[![PyPI version](https://badge.fury.io/py/pandus.svg)](https://badge.fury.io/py/pandus)

## What is it?
**pandus** is a wrapper around popular data analysis library [pandas](https://pandas.pydata.org/), with the sole purpose of providing a different name. It provides a drop-in replacement for pandas, with all the same functionality and API, but with the name changed to "pandus".

Note that while pandas is a serious library for data analysis, pandus is not intended to be taken seriously and is purely for fun. Use at your own risk!


## Why?
Because of an inside joke.

## Install
```sh
pip install pandus
```

## Use
```python3
import pandus as pd

# just use it as you would use pandas
```

