neomatrix369 / nlp_profiler

A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
Other
241 stars 37 forks source link

[FEATURE] Test Package is installing on Python 3.9 via GitHub Actions #80

Open neomatrix369 opened 1 year ago

neomatrix369 commented 1 year ago

Missing functionality

At the moment we are not sure if the NLP Profiler will work perfectly fine using python 3.9 - and it would be good to have support for 3.9 to start with as we have phased out 3.6 (due to one or more dependencies not supporting Python 3.6).

Proposed feature

Create a Github action directive (pipeline) for Python 3.9 just like we have for Python 3.7 and 3.8.

Alternatives considered N/A

Additional context N/A