Python Outputs#

Supported Outputs#

Use save_artifact(x, "name") with the following data types:

  • Pandas DataFrame

  • Pandas Series

  • Dict (as Json)

  • String (as Markdown)

  • Matplotlib Figure (as png)

  • PIL Image (as png)

  • Plotly Figure Plotly (Plotly Json)

  • GeoDataFrame (as GeoJson)

  • GeoJSON FeatureCollection (as GeoJson)

Visualization Types#

  • Matplotlib (seaborn)

  • Plotly w/ Interactivity (Our default charts use Plotly also)

EXAMPLES#

Python Output Example 1

Python Output Example 2