Metadata-Version: 2.1
Name: flicker
Version: 0.0.6
Summary: Provides FlickerDataFrame, a wrapper over Pyspark DataFrame to provide a pandas-like API
Home-page: https://github.com/ankur-gupta/flicker
Author: Ankur Gupta
Author-email: ankur@perfectlyrandom.org
License: UNKNOWN
Keywords: pyspark,pandas
Platform: UNKNOWN
Requires-Dist: six
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: pyspark

# Flicker
![build](https://github.com/ankur-gupta/flicker/workflows/build/badge.svg)
[![codecov](https://codecov.io/gh/ankur-gupta/flicker/branch/master/graph/badge.svg)](https://codecov.io/gh/ankur-gupta/flicker)
[![PyPI Latest Release](https://img.shields.io/pypi/v/flicker.svg)](https://pypi.org/project/flicker/)

This python package provides a `FlickerDataFrame` object. `FlickerDataFrame` 
is a wrapper over `pyspark.sql.DataFrame`. The aim of `FlickerDataFrame` is to 
provide a more Pandas-like dataframe API.

Flicker is like [Koalas](https://github.com/databricks/koalas) in that Flicker attempts to provide a pandas-like API. But there are strong differences in design. 


