November 2017
Beginner to intermediate
204 pages
5h 23m
English
In the previous chapter, you learned how to apply Python programming to the task of processing data from external files. This chapter will build on the skills covered in the previous chapter with an introduction to the XML and CSV data formats. In addition to python's built-in tools for handling CSV and XML files, I will also cover pandas, which is a popular framework for working with tabular data. This chapter will include the following sections:
Read now
Unlock full access