Skip to content

Commit 7a74fc1

Browse files
authored
Merge pull request #556 from btovar/issue_486
update reference to R data types
2 parents 85fa18c + 8d72e65 commit 7a74fc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/02-starting-with-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ We can use Pandas' `read_csv` function to pull the file directly into a [DataFra
132132
### So What's a DataFrame?
133133

134134
A DataFrame is a 2-dimensional data structure that can store data of different
135-
types (including characters, integers, floating point values, factors and more)
135+
types (including strings, numbers, categories and more)
136136
in columns. It is similar to a spreadsheet or an SQL table or the `data.frame` in
137137
R. A DataFrame always has an index (0-based). An index refers to the position of
138138
an element in the data structure.

0 commit comments

Comments
 (0)