Relative Content

Tag Archive for pythonsqlitepyspark

How to use PySpark to read SQLite db files

I am new to PySpark and I am learning to read a local SQLite db file using PySpark in Jupyter notebook. I am using PySpark 3.5.1. The db file and the notebook were in the same folder. I used the following code