- Removed identify missing data from library -- too much overlap with the missingno library.
- Added identify_errors() function. Uses levenshtein's distance & double metaphone string matching algorithms to identify potential data entry errors in string columns.
- Refactored code into different sub libraries
- Placed documentation on ReadTheDocs.