- 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.
- ClickHouse性能之巔:從架構設計解讀性能之謎
- HTML5移動Web開發技術
- 編程的修煉
- Hands-On Image Processing with Python
- Mastering ServiceNow(Second Edition)
- H5頁面設計:Mugeda版(微課版)
- Extending Puppet(Second Edition)
- Python極簡講義:一本書入門數據分析與機器學習
- ElasticSearch Cookbook(Second Edition)
- HoloLens與混合現實開發
- Xamarin Blueprints
- 分布式數據庫HBase案例教程
- Mastering Object:Oriented Python(Second Edition)
- Learning Apache Thrift
- 菜鳥成長之路