Project

General

Profile

action #119986

Updated by dvenkatachala 7 months ago

Introduce a test to verify the system's Python pandas package. 

 To start the check or installation of the Python pandas package and to verify its functionality, create a Python script that performs pandas automation. For example, let's create a Python script that reads a CSV file and prints the first few rows. Execute this Python script within the test file and verify the results. 
 https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html tbd

Back