Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
CSV Files
course content

Course Content

Pandas First Steps

CSV FilesCSV Files

pandas is the go-to library for data analysis and manipulation, and one of its key features is its ability to read and write various file types, including CSV files. Functions like read_csv() and to_csv() come in handy for dealing with CSV data.

To load a CSV file into a DataFrame, use the following:

Just to clarify, we've imported the CSV file as a DataFrame using the pd.read_csv() function.

Note

Make sure that the dataset link is wrapped in quotation marks.

Let's move on to the task.

Task

  1. Read the CSV file into a DataFrame.
  2. Display the contents on your screen.

You can download the dataset in CSV format from the following link: CSV file

The actual link is: https://codefinity-content-media.s3.eu-west-1.amazonaws.com/a43d24b6-df61-4e11-9c90-5b36552b3437/wine.csv

Everything was clear?

Section 2. Chapter 1
Switch to desktop for real-world practiceContinue from where you are using one of the options below
some-alt