Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ What is a Data Frame? | Data Frames
R Introduction: Part II
セクション 2.  1
single

single

bookWhat is a Data Frame?

メニューを表示するにはスワイプしてください

Let's move on to Data Frames. In general, the data frame in R is the same matrix allowing us to store values of different types. This aspect is the crucial difference.

Like in matrices, each element of the data frame has its 'address' among rows and columns. But unlike matrices, data frames must have names on their columns.

R provides us with tens of built-in datasets. Some can be represented as matrices (as they contain only numerical data), and some can be defined as data frames. Explore one of them by yourself!

タスク

スワイプしてコーディングを開始

Explore the built-in mtcars dataset.

  1. Using class() function output class of mtcars.
  2. Output mtcars data frame.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 2.  1
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt