Metadata-Version: 2.1
Name: freqit
Version: 0.1
Summary: Better frequency and crosstab tables.
Home-page: https://github.com/lmcnamar/freqit
Author: Lauren McNamara
Author-email: lauren.mcnamara@gmail.com
License: MIT
Keywords: FREQUENCY,TABLE,CROSSTAB
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy

# freqit
Better frequency and crosstab tables.

This is a work in progress meant to provide better functionality and more options in constructing frequency tables for data analysis. Currently one-way tables are supported, crosstabulation tables to come in the future.

The package takes a pandas series and outputs a frequency table for the values within the column. 

Freqit requires that pandas and numpy are installed in the operating environment.


