Working With Different File Types Introduction
00:00 Working with different file types. The pandas library offers a wide range of possibilities for saving your data to files and loading data from files. In this section, you’ll learn more about working with CSV and Excel files.
00:15 You will also see how to use other types of files, such as JSON, web pages, databases, and Python pickle files.
00:24 So, let’s get started by taking a look at how pandas works with files via the IO API.
Become a Member to join the conversation.