Methods and their respective functions:
there are 22 function for preprocess, represent, visualize BigKinds data
data preprocessing
`header_remover`
`keyword_list`
`keyword_praser`
`duplication_remover`
`word_counter`
`counter_to_dataframe`
`press_counter`
`day_range`
`keyword_dataframe`
`keyword_dataframe_no_duplicated`
`tfidf`
`tfidf_vector`
`normalize_vector`
representation
`pca`
`nmf`
`t_sne`
`lsa`
`kmeans`
`dbscan`
visualization
`keywords_wordcloud`
`top_words`
`scatterplot`
What's Changed
* Refactoring/seperate func by sorrychoe in https://github.com/sorrychoe/pyBigKinds/pull/1
* Bugfix/do not import by sorrychoe in https://github.com/sorrychoe/pyBigKinds/pull/2
* setup.cfg at setup file by sorrychoe in https://github.com/sorrychoe/pyBigKinds/pull/3
* Refactoring/set formater by sorrychoe in https://github.com/sorrychoe/pyBigKinds/pull/4
* pyBigKinds 1.0.0 by sorrychoe in https://github.com/sorrychoe/pyBigKinds/pull/5
* ✨ normalizer, kmeans, dbscan, lda is appended! by sorrychoe in https://github.com/sorrychoe/pyBigKinds/pull/6
* set test code by sorrychoe in https://github.com/sorrychoe/pyBigKinds/pull/7
* :octocat: github action is running! 🏃 by sorrychoe in https://github.com/sorrychoe/pyBigKinds/pull/8
* ⬆️ updated version 1.0.0 ! by sorrychoe in https://github.com/sorrychoe/pyBigKinds/pull/10
**Full Changelog**: https://github.com/sorrychoe/pyBigKinds/commits/1.0.0