Getting Data Flashcards

1
Q

What are 3 common places to get your data from?

A

files, databases, and web APIs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some common file formats for data processing?

A

CSV, JSON, XML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

It’s common to fine a ____ file that is in a format Pandas cannot read directly

A

JSON

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When manipulating data from files in your code, it’s easy to end up with many copy of data in _______

A

memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which should you prefer, JSON or XML?

A

JSON

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

There are many standard ____ formats for common data types

A

XML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly