Shanmugavel

Results 3 comments of Shanmugavel

@gengliangwang - is it `%sh pip install **pyspark-ai** %python from **pyspark_ai** import SparkAI` attached the stack trace. [english_sdk_dataclass_transform.txt](https://github.com/databrickslabs/pyspark-ai/files/11918903/english_sdk_dataclass_transform.txt)

@xuewei4d ===> I ran the below command - dfWithDate.printSchema() resulted in Quantity as an IntegerType root |-- InvoiceNo: string (nullable = true) |-- StockCode: string (nullable = true) |-- Description:...

I think SQLite will not necessarily work well in a distributed setting because of its requirement to lock the entire database on write. could you please confirm my understanding?