Pandas Library in Python

How I built

Code imports the pandas library as "pd", then uses the read_csv() function to read a CSV file called "data.csv" and store it in a DataFrame object called "df". The head() function is then used to display the first 5 rows of the DataFrame.

Built With

Share this project:

Updates