Home Applications Dong (Python)

Dong (Python)

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
3
1 reviews
0
Awards
11
Views
0
IPM installs
0
0
Details
Releases (1)
Reviews (1)
Issues
It processes and analyze all 20 files using embedded python

What's new in this version

Initial Release

Installation

Using the default template for this challenge, simply replace the /src folder with the /src folder from this repository. Since it only contains two files, you can copy and paste it directly.

How It Works

The program processes each file sequentially while creating up to 8 worker threads to handle file processing in parallel.

For each file, it:

  • Skips the metadata lines.
  • Removes all occurrences of "NaN.".
  • Parses the remaining data into a floating-point array.
  • Finds the minimum and maximum values for both bp and rp.
  • Calculates the percentage change for each valid entry.
  • Stores the processed results.

After all files have been processed, the program writes the final output to:

/data/out/results.csv
Version
1.0.020 Jul, 2026
Category
Analytics
Works with
InterSystems IRIS
First published
20 Jul, 2026
Last edited
20 Jul, 2026