0

Is there a way to use Microsoft Presidio for pii data encryption in Scala Spark? Is it only possible using pySpark?

Shad Khan
  • 45
  • 3

1 Answers1

2

Yes, looks like Microsoft Presidio support only Python. I came to this conclusion after seeing this official documentation, where only Python Sample code is given, also not able to find anything which indicates use of Scala.

enter image description here

But, you can raise feature request here

Abhishek K
  • 3,047
  • 1
  • 6
  • 19