Getting Income Statistics by Zip Code Understanding the income statistics of specific areas can be incredibly valuable for businesses, researchers, and policymakers. In this blog post, we'll explore how to obtain income statistics by zip code using the Zip Code API, highlight some sample use cases, and delve into one detailed use case to illustrate its practical application. June 22, 2024 By Ricardo Rangel About the Data, Tutorials IRS, Statistics of Income, Zip Code API Loading Disqus... Read More »
Maximizing Efficiency: Calling APIs in Parallel In today's interconnected digital landscape, leveraging APIs (Application Programming Interfaces) has become indispensable for developers across various domains. APIs enable seamless integration between different software systems, allowing them to communicate and exchange data effortlessly. However, as applications grow in complexity and scale, the need to optimize API usage becomes increasingly apparent. One powerful strategy to enhance efficiency is by calling APIs in parallel. April 17, 2024 By Ricardo Rangel Tutorials Loading Disqus... Read More »
Dynamically Invoking REST API with Data Factory This tutorial walks trough the process of setting up a Data Factory Pipeline and invoking a REST API (using the Zip Code API as an example) as a lookup to enhance the data within the pipeline. January 19, 2023 By Ricardo Rangel Tutorials Azure Data Factory, Azure SQL Server, Data Pipeline, Zip Code API Loading Disqus... Read More »
Python Code to Enhance Zip Codes This blog article explains a simple Python code that opens a file with a list of zip codes and leverages the Zip Code Data API to add additional attributes about the zip code into a new enhanced file. November 21, 2022 By Ricardo Rangel Tutorials Python, Zip Code API Loading Disqus... Read More »
Postman Tutorial If you are working with API’s, regardless of they type of project (data pipelines, application development, report development), you may need to work with API’s to uncover all the capabilities the API has to offer. Postman will allow you to quickly and easily get results from an API. We’ll also briefly describe other key capabilities of the tool that can be used to test code, design API’s, share additional information etc. At the end we also provide additional training resources for Postman. April 23, 2022 By Ricardo Rangel Tutorials API, Getting Started, postman, Zip Code API Loading Disqus... Read More »