Creating test data using Python

Hey there! Welcome to ClearUrDoubt.com. In this post, we will look at a Python program to prepare test data for further practice of PySpark. We are going to use faker module for generating the test data. Before we make use of faker module, we need to install the module in local virtual environment: [crayon-69003950e8fef230564495/] Once the … Continue reading Creating test data using Python