pandas DataFrame.to_csv missing built‑in encryption or permission control
Goal: ensure that when exporting a DataFrame to CSV via to_csv, the resulting file is protected from unintended public access, either via encryption or restrictive file permissions. Currently pandas writes plain‑text CSV and does not alter file permissions; responsibility falls to the caller or underlying filesystem, and while storage_options can delegate se