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.
Log in or sign up for Devpost to join the conversation.