This would allow us to do T370705: Upgrade to Pandas ≥ 2 in Conda-Analytics.
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T370705 Upgrade to Pandas ≥ 2 in Conda-Analytics | |||
| Duplicate | None | T370713 Upgrade to Pyspark ≥ 3.5 |
Event Timeline
Comment Actions
Another feature I'd be excited to get in Spark 3.4+ is support for bound parameters: https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/api/pyspark.sql.SparkSession.sql.html
Our current practice is to use string format interpolation which is awkward but good enough for trusted data, and totally unsafe for untrusted data.