Explain PDL with an example?



Explain PDL with an example?..

Answer / Saurabh Agarwal

PDL (Paralleled Data Language) is a high-level parallel programming language designed for scientific computing on large data sets. It supports matrix and tensor operations, making it suitable for handling graph data structures.nAn example of using PDL for graphs could be calculating the shortest path between two nodes in a large social network graph:

import pdl
graph = pdl.matrix(path_to_graph_file)
shortest_paths = pdl.dijkstra(graph, source_node, target_node)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ab Initio Interview Questions

Explain the methods to improve performance of a graph?

1 Answers  


List the various vector functions used in ab initio with syntax.

1 Answers  


hi, am put into Ab initio now. I need some material for to learn it!! i have to give a test also.. can anyone help me provide material please....

1 Answers  


Give one reason when you need to consider multiple data processing?

1 Answers  


You can ask about - meta pivot, leading records, read & write multiple files component ? How to use in abinitio graph?

1 Answers   IBM, TCL,


why Skew should always be 0 ? How to use in abinitio graph?

1 Answers   IBM, TCL,


How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC

1 Answers  


What is meant by Co > Operating system and why it is special for Ab-initio ?

2 Answers  


How can you export a component’s internal parameters ?

1 Answers   TCL,


How can you find the 2nd Highest salary in a file department wise in abinitio?

9 Answers   IBM, TCS,


Describe what the SQL Server tempdb and tlog files are used for?

1 Answers  


How do you truncate a table?

1 Answers  


Categories