Support for standard python packages in cloud-hosted instances

The idea is:

Support a few key Python packages in cloud-hosted instances to make Python code nodes practical to use - I’m thinking the really core packages like json, re, numpy, pandas, datetime.

My use case:

Under a previous version of n8n I implemented some stuff on a cloud-hosted instance in Python using basic packages like pandas and json. The recent python runner update broke this so now nothing works and I can’t see a way to replicate the functionality of my previous nodes without converting them to Javascript.

I think it would be beneficial to add this because:

I don’t speak Javascript. Python support is theoretically nice but it feels incredibly silly to not even be able to manipulate json objects, the basic information unit of n8n, because the json package is unsupported.