Skip to content

Commit 041e2a4

Browse files
committed
Merge pull request DataScienceSpecialization#1 from mmparker/master
Replaced "workbook" with "worksheet" where appropriate.
2 parents 6061754 + 05b817c commit 041e2a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ It is critical that you include the rawest form of the data that you have access
3939
raw form of data:
4040

4141
* The strange binary file your measurement machine spits out
42-
* The unformated Excel file with 10 workbooks the company you contracted with sent you
42+
* The unformated Excel file with 10 worksheets the company you contracted with sent you
4343
* The complicated JSON data you got from scraping the Twitter API
4444
* The hand-entered numbers you collected looking through a microscope
4545

@@ -81,7 +81,7 @@ table/spreadsheet that had 21 rows (a row for gene names, and one row for each p
8181
ids and one row for each data type).
8282

8383
If you are sharing your data with the collaborator in Excel the tidy data should be in one Excel file per table. They
84-
should not have multiple workbooks, no macros should be applied to the data, and no columns/cells should be highlighted.
84+
should not have multiple worksheets, no macros should be applied to the data, and no columns/cells should be highlighted.
8585

8686

8787
### The code book

0 commit comments

Comments
 (0)