Python Tutorial
Learn how the Export API can be used with Python to extract intersections and hierarchy data out of a Vena data model and prepared for loading into a downstream system.
Why Use This Feature?
In this article, we'll show you how to load intersections and hierarchy data into a Pandas DataFrame, which is a popular method to represent tabular data in Python.
We will provide coding examples that may be useful for your integration, including how to implement pagination with our API.
Before You Begin
To follow the instructions in this article, you will need:
- At least Modeler access
- An application token from Vena (obtain by following these instructions)
- The model ID of the data model you will export data from (find by following these steps)
Python Tutorials
In the following tutorials, we will show how to export intersections, filter intersections, and export hierarchy data with Python using Vena's Export API. Make sure to use Python3 to follow along with these examples.
Additional Resources
Updated 10 days ago