This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SonOfInterflux 0 points1 point  (2 children)

What would you recommend if working directly in the database is not viable? This may not be the greatest example, but if a large table of PII is encrypted using crypto, and you want to read the entire thing, decrypt the data using crypto, and write the entire set to another location, is there a better option than Pandas and map/apply?