Metadata-Version: 2.1
Name: ChiSquareTestForString
Version: 0.0.1
Summary: Chi-Square Test for string columns
Home-page: UNKNOWN
Author: Sasan Sharifipour
Author-email: <sasansharifipour@email.com>
License: UNKNOWN
Keywords: python,pyspark,ChiSquareTest,ChiSquareTestForString
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows

Pyspark has a function named ChiSquareTest which calculates the chi-square between two columns, but this function only accepts the numerical columns; by this package, a function named ChiSquareTestForString will be added to pyspark, which calculates the chi-square for string columns.

