Merchiv
New Contributor III

Hi @Lakshay Goel​,

I've just added the `spark.createDataFrame` command here as an example, the real data is coming from some existing tables, so I can't do it in the python initialisation.

I want to do the addition of some milliseconds (in integer/long/whatever) format to a timestamp (which should already have milliseconds precision) in Pyspark.

How would I go about doing the second approach you proposed?