▲ | orochimaaru 3 days ago | |||||||
If you’re using some variety of spark for your data engineering then scala is an option too. In general, choice of language isn’t important - again if you’re using spark your data frame structure schema defines that structure Python or not. Most folks confuse pandas with “data engineering”. It’s not. Most data engineering is spark. | ||||||||
▲ | rovr138 3 days ago | parent [-] | |||||||
in spark, doesn't pyspark and sql both still get translated to scala? | ||||||||
|