Please clearify this this problem .. Python is the de facto language of Data Sci
ID: 3722316 • Letter: P
Question
Please clearify this this problem ..
Python is the de facto language of Data Science, so skill in this area is of great importance.
In the Applied Data Science book, chapter 3 provided some instruction on how to build a command line tool for data cleansing. Follow the instructions and create the tool.
Next add the following features to the tool:
1) The ability to save and rename a separate file from the data that you have taken in.
2) The ability to plot numerical data using matplotlib or any python/R module you like.
3) The ability to save the data in different formats.
Explanation / Answer
Python and R is a great language for Data Science.
My answer will focus on Python aspect.