Skip to content

Commit 8d72e65

Browse files
committed
update reference to R data types
1 parent 0470b77 commit 8d72e65

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)