<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python on Kinetica Docs</title><link>/7.1/guide-tags/python/</link><description>Recent content in Python on Kinetica Docs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/7.1/guide-tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>Backhaul Routing in Python</title><link>/7.1/guides/solve_graph_seattle_backhaul/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.1/guides/solve_graph_seattle_backhaul/</guid><description>The following is a complete example, using the Python API, of solving a graph created with Seattle road network data for a backhaul routing problem via the /solve/graph endpoint. For more information on Network Graphs &amp;amp; Solvers, see Network Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Data File Script Detail Constants Graph Creation Backhaul Routing Download &amp;amp; Run Prerequisites The prerequisites for running the backhaul routing solve graph example are listed below:</description></item><item><title>JupyterLab Tutorial</title><link>/7.1/guides/jupyterlab/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.1/guides/jupyterlab/</guid><description>Introduction Prerequisites Docker Install Setting Permissions Entering the License Key Pulling the Image Managing the Container Starting Using Stopping Exploring the Environment JupyterLab Contents Mounted Volumes Example Notebooks SVD Recommender and Visualization Example KJIO Utility Library Conclusion References Introduction JupyterLab is an integrated environment that can streamline the development of Python code and Machine Learning (ML) models in Kinetica. Jupyter notebooks integrate code execution, debugging, documentation, and visualization in a single document for consumption by multiple audiences.</description></item><item><title>Map Matching with Python</title><link>/7.1/guides/match_graph_seattle_markov/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.1/guides/match_graph_seattle_markov/</guid><description>The following is a complete example, using the Python API, of matching GPS sample data to road network data via the /match/graph endpoint. For more information on Network Graphs &amp;amp; Solvers, see Network Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Data Files Script Detail Constants Graph Creation Matching the Graph without Fold-over Filtering Matching the Graph with Fold-over Filtering Download &amp;amp; Run Prerequisites The prerequisites for running the match graph example are listed below:</description></item><item><title>Multiple Routing in Python</title><link>/7.1/guides/solve_graph_nyctaxi_multi_route/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.1/guides/solve_graph_nyctaxi_multi_route/</guid><description>The following is a complete example, using the Python API, of solving a graph created with NYC Taxi data for a multiple routing problem via the /solve/graph endpoint. For more information on Network Graphs &amp;amp; Solvers, see Network Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Data File Script Detail Constants Graph Creation Multiple Routing Download &amp;amp; Run Prerequisites The prerequisites for running the multiple routing solve graph example are listed below:</description></item><item><title>Multiple Routing on Seattle Road Network</title><link>/7.1/guides/solve_graph_seattle_multi_route/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.1/guides/solve_graph_seattle_multi_route/</guid><description>The following is a complete example, using the Python API, of solving a graph created with Seattle road network data for a multiple routing problem via the /solve/graph endpoint. For more information on Network Graphs &amp;amp; Solvers, see Network Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Data File Script Detail Constants Graph Creation Multiple Routing Download &amp;amp; Run Prerequisites The prerequisites for running the multiple routing solve graph example are listed below:</description></item><item><title>Multiple Supply Demand in Python</title><link>/7.1/guides/match_graph_dc_multi_supply_demand/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.1/guides/match_graph_dc_multi_supply_demand/</guid><description>The following is a complete example, using the Python API, of matching stores (demands) to depots/trucks (suppliers) via the /match/graph endpoint using an underlying graph created from a modified OpenStreetMap (OSM) dataset. For more information on Network Graphs &amp;amp; Solvers, see Network Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Data File Script Detail Constants Table Setup Graph Creation Multiple Supply Demand with Priority Solution Analysis Multiple Supply Demand with Priority and Max Trip Cost Download &amp;amp; Run Prerequisites The prerequisites for running the match graph example are listed below:</description></item><item><title>Page Rank in Python</title><link>/7.1/guides/solve_graph_nyctaxi_page_rank/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.1/guides/solve_graph_nyctaxi_page_rank/</guid><description>The following is a complete example, using the Python API, of solving a graph created with NYC Taxi data for a page rank problem via the /solve/graph endpoint. For more information on Network Graphs &amp;amp; Solvers, see Network Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Data File Script Detail Constants Graph Creation Page Rank Download &amp;amp; Run Prerequisites The prerequisites for running the page rank solve graph example are listed below:</description></item><item><title>Python Developer Guide</title><link>/7.1/guides/python_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.1/guides/python_guide/</guid><description>The following guide provides step-by-step instructions to get started writing Python applications using Kinetica. This guide demonstrates only a small set of the available API. A detailed description of the complete interface is available under Python API Reference.
Prerequisites Python API Installation PyPI Git Data File Connecting to the Database Creating a Schema Creating a Type Creating a Table Inserting Data Key/Value Record In-Line Record CSV Retrieving Data Updating Records Deleting Records Alter Table Indexes Dictionary Encoding Filters Aggregates Joins Projections Union, Intersect, &amp;amp; Except Download &amp;amp; Run Prerequisites The prerequisites for running the match graph example are listed below:</description></item><item><title>Python UDF Guide</title><link>/7.1/guides/udf_python_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.1/guides/udf_python_guide/</guid><description>The following guide provides step-by-step instructions to get started writing and running UDFs in Python. This example is a simple distributed UDF that copies data from one table to another using a CSV configuration file to determine on which processing node(s) data will be copied.
Standard (non-replicated) tables have their data distributed across all processing nodes, while replicated tables have all of their data on every processing node. In this example, we'll use a standard table and copy only the portions of its data that reside on the nodes named in the CSV file.</description></item><item><title>Shortest Path with Python</title><link>/7.1/guides/solve_graph_seattle_shortest_path/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.1/guides/solve_graph_seattle_shortest_path/</guid><description>The following is a complete example, using the Python API, of solving a graph created with Seattle road network data for a shortest path problem via the /solve/graph endpoint. For more information on Network Graphs &amp;amp; Solvers, see Network Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation PyPI Git Data File Script Detail Constants Graph Creation Shortest Path Single Source to Single Destination Single Source to Many Destinations Many Sources to Many Destinations Download &amp;amp; Run Prerequisites The prerequisites for running the shortest path solve graph example are listed below:</description></item><item><title>Shortest Path with Turn Penalties &amp; Restrictions</title><link>/7.1/guides/solve_graph_dc_shortest_path_turn/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.1/guides/solve_graph_dc_shortest_path_turn/</guid><description>The following is a complete example, using the Python API, of solving a graph created with a Washington, D.C. HERE dataset for a shortest path problem with turn penalties via the /solve/graph endpoint. For more information on Network Graphs &amp;amp; Solvers, see Network Graphs &amp;amp; Solvers Concepts. For more information on turn penalties and restrictions, see Using Turn-based Weights &amp;amp; Restrictions.
Prerequisites Python API Installation Data File Script Detail Constants Table Setup Graph Creation Shortest Path Download &amp;amp; Run Prerequisites The prerequisites for running this solve graph example are listed below:</description></item><item><title>Table Monitor Guide</title><link>/7.1/guides/table_monitor/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.1/guides/table_monitor/</guid><description>The following is an excerpted tutorial, extracted from a complete example using the Python Table Monitor API, demonstrating the basic use of the three table monitor types:
table insert monitor - watches a table for newly inserted records and can make use of those records elsewhere table update monitor - watches a table for updates and reports the number of records updated in each update request issued table delete monitor - watches a table for deletes and reports the number of records deleted in each delete request issued The table monitors will be managed via instances of the GPUdbTableMonitor.</description></item></channel></rss>