Metadata-Version: 2.1
Name: bigninja
Version: 0.0.2
Summary: pyspark helpers
Home-page: https://github.com/aloneguid/bigninja
Author: Ivan Gavryliuk
Author-email: aloneguid@outlook.com
License: Apache-2.0
Platform: UNKNOWN
Description-Content-Type: text/markdown

# bigninja

[![PyPI](https://img.shields.io/pypi/v/bigninja)](https://pypi.org/project/bigninja/) ![PyPI - License](https://img.shields.io/pypi/l/bigninja)

```python
from bigninja import *
```

## DataFrame

### .wc_select(pattern: str)

### .display()

### .union_anyway(df: DataFrame)



