Fix vs. e.g. i.e. punctuation (#1249)

This commit is contained in:
Zeki Akyol
2023-01-27 18:51:22 +03:00
committed by GitHub
parent bd67dc7a62
commit 96f4ad4b7c
9 changed files with 13 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ status("complete")
## Introduction
So far, you have learned about importing data from plain text files, e.g., `.csv` and `.tsv` files.
So far, you have learned about importing data from plain text files, e.g. `.csv` and `.tsv` files.
Sometimes you need to analyze data that lives in a spreadsheet.
This chapter will introduce you to tools for working with data in Excel spreadsheets and Google Sheets.
This will build on much of what you've learned in @sec-data-import, but we will also discuss additional considerations and complexities when working with data from spreadsheets.