Brian Wanjalawanjalabr.hashnode.dev·Dec 28, 2022Day 4: Data Wrangling and CleaningWhat is Data Wrangling? Data Wrangling is the process of cleaning, organizing, structuring, and enriching the raw data to make it more useful for analysis and visualization purposes. With more unstructured data, it is essential to perform Data Wrangl...Data Analyticspurr
Rukayat Balogunrukayat-balogun.hashnode.dev·Aug 7, 2022Getting Started with csvkitWhat is csvkit? is a suit of command line tools is developed by python by wireservice offers data processing and cleaning capabilities on CSV files has data compatibility that rivals Python, R and SQL. csvkit installation pip install csvkit if ...command line