Chapter 3
Using Big Data from Google Cloud
IN THIS CHAPTER
Accessing really big data
Using Google Cloud BigQuery
Building your first queries
Visualizing results with MatPlotLib
Up to this point, you've been dealing with relatively small sets of data. In this chapter, you use big data from the Medicare database and then very big data from NOAA (National Oceanic and Atmospheric Agency) that changes every hour!
Even if you have access to a powerful enough computer to download large datasets like these, not every big dataset can be downloaded. Some datasets can't be downloaded legally. And in the case of the air quality database from NOAA, you would have to download a new version every hour. In cases like these, it’s better to leave the data where it is and use the cloud. In addition, when you let the cloud do the database and analysis work, your computer doesn’t have to be very big or very fast.
To download the code for this chapter, go to www.dummies.com/go/pythonaiofd2e
.
What Is Big Data?
Big data refers to datasets that are too large or complex to be dealt with using traditional ...
Get Python All-in-One For Dummies, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.