Getting Data Flashcards
1
Q
What are 3 common places to get your data from?
A
files, databases, and web APIs
2
Q
Scraping _____ is sometimes the only way to get the data you need. It is possible if is is structure in a __________ way
A
HTML, predictable
3
Q
What are some common file formats for data processing?
A
CSV, JSON, XML
4
Q
It’s common to fine a ____ file that is in a format Pandas cannot read directly
A
JSON
5
Q
When manipulating data from files in your code, it’s easy to end up with many copy of data in _______
A
memory
6
Q
Which should you prefer, JSON or XML?
A
JSON
7
Q
There are many standard ____ formats for common data types
A
XML