Skip to content

mtna/rds-python-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDS Python Examples

WARNING: THIS PROJECT IS IN EARLY DEVELOPMENT STAGE. CONTENT OR CODE SHOULD ONLY BE USED FOR TESTING OR EVALUATION PURPOSES.

RDS is an API suite by Metadata Technology North America that provides a selection of services for managing, transforming, profiling, validating, and ingesting your data. RDS aims at removing the complications of data and providing you with ease of access to everything the data can be.

Rds Python Examples is the python repository for examples that demonstrate how Python and RDS can work together. These examples showcase useful or interesting features of RDS and show how it can be useful in various circumstances.

Overview

This repository may contain python, Jupyter notebook, and markdown files. Any of these can be run by cloning the repositoy and installing the appropriate software and python packages. All of these examples require that python 3.5 or higher has been installed along with any prerequisite python packages. Jupyter notebook examples require that you have either Jupyter Notebook or JupyterLab installed.

Examples

  • Covid-19 Notebook: Uses Ohio Covid-19 case data to demonstrate the ease of use of RDS and how it simplifies the process of retrieving data for the purposes of charting/graphing it. Binder
  • Google Mobility Notebook: Provides an interactive display of the Google Mobility data by utilizing RDS to dynamically retrieve data. Binder