- The Data Wrangling Workshop
- Brian Lipp Shubhadeep Roychowdhury Dr. Tirthajyoti Sarkar
- 164字
- 2021-06-18 18:11:49
Introduction
We were introduced to the basic concepts of different fundamental data structures in the previous chapter. We learned about lists, sets, dictionaries, tuples, and strings. However, what we have covered so far were only basic operations on those data structures. They have much more to offer once you learn how to utilize them effectively. In this chapter, we will venture further into the land of data structures. We will learn about advanced operations and manipulations and use fundamental data structures to represent more complex and higher-level data structures; this is often handy while wrangling data in real life. These higher-level topics will include stacks, queues, interiors, and file operations.
In this chapter, we will also learn how to open a file using built-in Python methods and about the many different file operations, such as reading and writing data, and safely closing files once we are done. We will also take a look at some of the problems to avoid while dealing with files.
- Learning Cython Programming(Second Edition)
- Building Mapping Applications with QGIS
- Python編程實(shí)戰(zhàn)
- Salesforce Reporting and Dashboards
- 細(xì)說Python編程:從入門到科學(xué)計(jì)算
- ASP.NET Web API Security Essentials
- 征服C指針(第2版)
- 透視C#核心技術(shù):系統(tǒng)架構(gòu)及移動(dòng)端開發(fā)
- H5頁面設(shè)計(jì)與制作(全彩慕課版·第2版)
- Java Web 從入門到項(xiàng)目實(shí)踐(超值版)
- Flutter for Beginners
- JSP編程教程
- Web前端開發(fā)全程實(shí)戰(zhàn):HTML5+CSS3+JavaScript+jQuery+Bootstrap
- 構(gòu)建跨平臺APP:響應(yīng)式UI設(shè)計(jì)入門
- Mahout實(shí)踐指南