NCSU-Libraries / data-science-cookbook

MIT License
6 stars 1 forks source link

Exploratory Data Analysis-Qualitative Data #11

Open SRSchmittling opened 3 years ago

SRSchmittling commented 3 years ago

A recipe on elementary techniques to explore categorical data

mikenutt commented 3 years ago

@SRSchmittling Did you have a language in mind? Did you have a particular method in mind?

SRSchmittling commented 3 years ago

As we discussed, since EDA examples are plentiful across the web, I could instead include code from R vs. code from Python. If I were to guess, I'd say Python is probably not used as ubiquitously for this purpose as R. However, people doing machine learning may want to, as part of their pipeline, generate some preliminary EDA on their input. This may be easier in Python.