Return to Video

https:/.../b0f572b6-cc0c-41ec-adee-ad9000efd57c-c1d33aa2-63c8-413c-8ada-ad91011fc362.mp4?invocationId=a92dc26f-2e09-ec11-a9e9-0a1a827ad0ec

  • 0:04 - 0:13
    Welcome back. It's the beginning of the material for week two in which we're going to be talking about describing data.
  • 0:13 - 0:17
    And so the learning outcomes for this week are for you to be able to actually loaded data,
  • 0:17 - 0:21
    file independence and describe its basic structural characteristics.
  • 0:21 - 0:26
    How big is the data file? For example, what data types are it?
  • 0:26 - 0:34
    We want to be able to identify the type of a variable and descriptive statistics that are appropriate to that variable.
  • 0:34 - 0:37
    We also want to be able to describe the distribution of a variable,
  • 0:37 - 0:46
    to describe how data was collected and to start to reason about the limitations of that collection process and of the representation of data.
  • 0:46 - 0:55
    So before we get into describing data, I want to talk a little bit what is the data that we're talking about?
  • 0:55 - 1:04
    Let's start just with a definition from Oxford Dictionary. That data, facts or statistics collected together for reference or analysis.
  • 1:04 - 1:08
    That's a good enough definition for what we're going to be talking about.
  • 1:08 - 1:17
    So we have it's some data points, some facts of some kind or another that have been that have been assembled or collected together.
  • 1:17 - 1:28
    So. Where data comes from. In the broader scheme of what we're trying to do is there's a lot of ways to think about it.
  • 1:28 - 1:32
    There's a lot of philosophical questions about what data is and where it comes from.
  • 1:32 - 1:41
    But for our purpose, we can think about it in terms of there is some.
  • 1:41 - 1:44
    There's something that we want to learn about.
  • 1:44 - 1:49
    It might be objects themselves or entities that maybe want to learn something about people or animals or something.
  • 1:49 - 1:55
    It might be a process like a social process or a natural process that we want to learn about.
  • 1:55 - 2:02
    But that that thing, that conceptual thing results in some kind of a phenomena.
  • 2:02 - 2:07
    Either a naturally occurring phenomena that we can observe or an experiment.
  • 2:07 - 2:12
    And I want to make that we can use to to observe and elucidate what it is that we're looking at.
  • 2:12 - 2:16
    I want to make this distinction here between the thing and what we can observe,
  • 2:16 - 2:24
    because it might be that our observations are a layer removed from the thing that we're trying to study.
  • 2:24 - 2:34
    For example. It's impossible to observe anything about somewhat directly observe anything about someone's internal mental state.
  • 2:34 - 2:43
    But we can make observations of what they do or of what they tell us about what they're thinking and.
  • 2:43 - 2:51
    Those observations really valuable, but it's important to maintain the distinction that what we observe, if someone tells us they are feeling happy.
  • 2:51 - 2:58
    That observation is just that. They told us they are feeling happy. It's not directly the underlying mental state.
  • 2:58 - 3:09
    We have some phenomenon or experiment that then produces raw data that direct what was observed or what was measured as a result of this process.
  • 3:09 - 3:26
    The raw data is then transformed, cleaned up, documented and labeled to produce a data set that is basically ready to use for some purpose.
  • 3:26 - 3:32
    We then use that data set to make inferences or analysis or whatever else we're going to do,
  • 3:32 - 3:41
    which hopefully then give us answers to what it is that we're trying to study, at least partial answers, at least some answers.
  • 3:41 - 3:47
    But we have these multiple steps here. We have the thing we could observe. We had the observations themselves.
  • 3:47 - 3:55
    We then have the collection and organization and preparation of the observations into something that's usable
  • 3:55 - 4:03
    for an inference task or a prediction task or whatever is that we're trying to do with our data science tool.
  • 4:03 - 4:10
    One way to summarize it is that the data is the messy pile. The data set is when it's cleaned up and it's ready for us to actually be able to use it.
  • 4:10 - 4:17
    So there's a lot of. There's a number of definitions of a data set. One of the readings that I've assigned goes over some of those definitions.
  • 4:17 - 4:25
    But the common themes that are widely used across the definitions is that it's data that's collected or curated for a purpose.
  • 4:25 - 4:32
    It's mostly ready to use and it's documented for that purpose or for that task.
  • 4:32 - 4:38
    That doesn't mean it's the only purpose or task that it can be used for.
  • 4:38 - 4:42
    But it usually it was created or assembled for some particular purpose or task.
  • 4:42 - 4:49
    It's documented in the context of that. So when we get some data.
  • 4:49 - 4:58
    Whether it's raw data, whether it is a processed and ready, ready to use data set, there's a few things that we need to know.
  • 4:58 - 5:05
    One is we need to know how much data we have, how many records are there, how many columns, how big is the file?
  • 5:05 - 5:10
    What kinds of data do we have? We're going to talk a lot more about we're going to talk more about a number of these.
  • 5:10 - 5:13
    What is the data about? What are the things, the entities, the objects that the data is about?
  • 5:13 - 5:19
    How was it collected? How was it recorded?
  • 5:19 - 5:23
    The biopsy, the data might there might be bias in the selection process.
  • 5:23 - 5:27
    The recording process, et cetera, for the for the data.
  • 5:27 - 5:34
    We want to know what what is it that we do know about the process that it will be called the data generating process.
  • 5:34 - 5:39
    And the data generating process is the combination of the underlying phenomenon,
  • 5:39 - 5:45
    the observation method can ism and actually recording his observations into data.
  • 5:45 - 5:50
    The reading, as I said, the readings that we have for this week discuss this more.
  • 5:50 - 5:58
    So to wrap up datasets arise from curating or collecting data often result from some observations for a particular purpose.
  • 5:58 - 6:03
    There are layers between the thing that we actually want to study in the data that we have available.
  • 6:03 - 6:07
    And this week we're going to be leveraging the reading.
  • 6:07 - 6:15
    So the first week, it was primarily the videos that the textbook and the Python tutorials to supplement and get you more of an on ramp this week.
  • 6:15 - 6:27
    The readings are a fairly fundamental piece of what it is that we're going to be discussing and working on.
Title:
https:/.../b0f572b6-cc0c-41ec-adee-ad9000efd57c-c1d33aa2-63c8-413c-8ada-ad91011fc362.mp4?invocationId=a92dc26f-2e09-ec11-a9e9-0a1a827ad0ec
Video Language:
English
Duration:
06:27

English subtitles

Revisions