Metadata-Version: 2.1
Name: vizzy
Version: 0.0.3
Summary: Useful tools to visualize NLP data
Home-page: https://github.com/eanthony1224
Download-URL: https://pypi.org/project/vizzy/
Author: Evan Anthony
Author-email: anthonyevanm@gmail.com
License: MIT
Keywords: EDA,visualization,NLP
Description-Content-Type: text/markdown

This package serves to provide visualizations from your NLP data. The Dataset class takes two arguments- a pandas dataframe and a column you wish to visualize.

The EDA techniques found in this package can be found at:

https://neptune.ai/blog/exploratory-data-analysis-natural-language-processing-tools


This is the history file of my package.

1/20/23: Updated setup.py to fix missing modules issue

1/20/23: Updated vizzy package to fix functions
