Import data from an Excel spreadsheet, CSV file, PDF report, database, or cloud storage into Python. Data may reside in local storage or obtained through a remote connection to a database, web service, or extracted from a webpage.
0:00 Import and Export Intro
0:28 Pandas DataFrame
2:27 Export to CSV file
3:55 Import CSV file
4:44 Import from URL
5:43 Read HTML table
7:35 Export to JSON
8:43 Export to Excel
9:09 Import with Numpy
11:13 Open file and read
13:50 BeautifulSoup Web Scraping
20:12 Join Data with Pandas
27:59 Google Stock Data
35:03 Scrape Course Source Code
40:08 Data Engineering Topics
Machine Learning for Engineers:
Import and Export Data: