DataFrame Operations on Book Details Using Pandas
Pandas
Easy • 0 votes
📝 Question
Create a DataFrame from a CSV file which contains following values.
Book_no, Book_name, Price, Author Perform following operations on it:
1. Print the values of the book name.
2. Display book name and author.
3. Display the details of a book named 'Let us C'.
4. Display the details of the book at location 3rd .