Kensu Documentation

⌘K
Getting started with the Kensu Community Edition
Marketing campaign
Financial data report
Getting credentials
Recipe: Observe Your First Pipeline
Agents: getting started
Python
PySpark
Scala Spark
Databricks Notebook
Agent Listing
Docs powered by archbee 
2min

Running your first Kensu Pandas program

Assuming you downloaded the code as explained here, now run the script script_with_kensu.py

The code is below. To run it, you don't need to change the configuration file that you downloaded. The conf.ini file is configured with the default settings. The default settings write the data to the Kensu cloud, i.e., APIReporter.

In other words, the config file has all the [kensu.reporter] items commented out:

ini
|



Run the program like this: python script_with_kensu.py

Python
|

The three DataFrames were merged. The data is written to the Kensu cloud by the pd.merge() function.

You need to be logged into the Kensu dashboard to see the data.

Updated 21 Nov 2022
Did this page help you?
Yes
No
UP NEXT
PySpark
Docs powered by archbee