text
stringlengths
2
2.33k
source
stringclasses
826 values
data reporting : the presentation of data in a way that will best convey the information learned from data analysis
https://openstax.org/books/principles-data-science/pages/1-key-terms
data science : a field of study that investigates how to collect, manage, and analyze data in order to retrieve meaningful information from some seemingly arbitrary data
https://openstax.org/books/principles-data-science/pages/1-key-terms
data science cycle : a process used when investigating data
https://openstax.org/books/principles-data-science/pages/1-key-terms
data visualization : the graphical representation of data to point out the patterns and trends involving the use of visual elements such as charts, graphs, and maps
https://openstax.org/books/principles-data-science/pages/1-key-terms
data warehousing : the process of storing and managing large volumes of data from various sources in a central location for easier access and analysis by businesses
https://openstax.org/books/principles-data-science/pages/1-key-terms
DataFrame : a data type thatPandasuses to store a multi-column tabular data
https://openstax.org/books/principles-data-science/pages/1-key-terms
dataset : a collection of related and organized information or data points grouped together for reference or analysis
https://openstax.org/books/principles-data-science/pages/1-key-terms
discrete data : data that follows a specific precision
https://openstax.org/books/principles-data-science/pages/1-key-terms
Excel : a spreadsheet program with a graphical user interface developed by Microsoft to help with the manipulation and analysis of data
https://openstax.org/books/principles-data-science/pages/1-key-terms
Extensible Markup Language (XML) : format of a dataset with which uses tags
https://openstax.org/books/principles-data-science/pages/1-key-terms
Google Colaboratory (Colab) : software for editing and running Jupyter Notebook files
https://openstax.org/books/principles-data-science/pages/1-key-terms
Google Sheets : a spreadsheet program with a graphical user interface developed by Google to help with the manipulation and analysis of data
https://openstax.org/books/principles-data-science/pages/1-key-terms
information : some high-level insights that are compiled from data
https://openstax.org/books/principles-data-science/pages/1-key-terms
Internet of Things (IoT) : the network of multiple objects interacting with each other through the Internet
https://openstax.org/books/principles-data-science/pages/1-key-terms
item : an element that makes up a dataset; also referred to as anentryand aninstance
https://openstax.org/books/principles-data-science/pages/1-key-terms
JavaScript Object Notation (JSON) : format of a dataset that follows the syntax of the JavaScript programming language
https://openstax.org/books/principles-data-science/pages/1-key-terms
Jupyter Notebook : a web-based document that helps users run Python programs more interactively
https://openstax.org/books/principles-data-science/pages/1-key-terms
nominal data : data whose values do not include any ordering notion
https://openstax.org/books/principles-data-science/pages/1-key-terms
numeric data : data that are represented in numbers and indicate measurable quantities
https://openstax.org/books/principles-data-science/pages/1-key-terms
ordinal data : data whose values include an ordering notion
https://openstax.org/books/principles-data-science/pages/1-key-terms
Pandas : a Python library specialized for data manipulation and analysis
https://openstax.org/books/principles-data-science/pages/1-key-terms
predictive analytics : statistical techniques, algorithms, and machine learning that analyze historical data and make predictions about future events, an approach often used in medicine to offer more accurate diagnosis and treatment
https://openstax.org/books/principles-data-science/pages/1-key-terms
programming language : a formal language that consists of a set of instructions or commands used to communicate with a computer and instruct it to perform specific tasks
https://openstax.org/books/principles-data-science/pages/1-key-terms
Python : a programming language that has extensive libraries and is commonly used for data analysis
https://openstax.org/books/principles-data-science/pages/1-key-terms
qualitative data : non-numerical data that generally describe subjective attributes or characteristics and are analyzed using methods such as thematic analysis or content analysis
https://openstax.org/books/principles-data-science/pages/1-key-terms
quantitative data : data that can be measured by specific quantities and amounts and are often analyzed using statistical methods
https://openstax.org/books/principles-data-science/pages/1-key-terms
R : an open-source programming language that is specifically designed for statistical computing and graphics
https://openstax.org/books/principles-data-science/pages/1-key-terms
recommendation system : a system that makes data-driven, personalized suggestions for users
https://openstax.org/books/principles-data-science/pages/1-key-terms
sabermetrics : a statistical approach to sports team management
https://openstax.org/books/principles-data-science/pages/1-key-terms
sports analytics : use of data and business analytics in sports
https://openstax.org/books/principles-data-science/pages/1-key-terms
spreadsheet program : a software application consisting of electronic worksheets with rows and columns where data can be entered, manipulated, and calculated
https://openstax.org/books/principles-data-science/pages/1-key-terms
structured data : dataset whose individual items have the same structure
https://openstax.org/books/principles-data-science/pages/1-key-terms
unstructured data : dataset whose individual items have different structures
https://openstax.org/books/principles-data-science/pages/1-key-terms
XML tag : any block of text that consists of a pair of angle brackets (< >) with some text inside
https://openstax.org/books/principles-data-science/pages/1-key-terms
application programming interface (API) : set of protocols, tools, and definitions for building software applications that allow different software systems to communicate and interact with each other and enable developers to access data and services from other applications, operating systems, or platforms
https://openstax.org/books/principles-data-science/pages/2-key-terms
BCNF(Boyce-Codd Normal Form) : a normal form that is similar to 3NF but stricter in its requirements for data independence; it ensures that all attributes in a table are functionally dependent on the primary key and nothing else
https://openstax.org/books/principles-data-science/pages/2-key-terms
big data : complex, high-volume and varied data that are challenging to process with traditional methods
https://openstax.org/books/principles-data-science/pages/2-key-terms
closed-ended questions : clear, structured questions with predetermined answer choices that are effective in gathering quantitative data
https://openstax.org/books/principles-data-science/pages/2-key-terms
cloud computing : the delivery of computing services, such as storage, processing power, and software applications, over the internet
https://openstax.org/books/principles-data-science/pages/2-key-terms
cloud storage : type of online storage that allows users and organizations to store, access, and manage data over the internet with data. This data is stored on remote servers managed by a cloud storage service provider.
https://openstax.org/books/principles-data-science/pages/2-key-terms
data aggregation : the process of collecting and combining information from multiple sources into a single database or dataset
https://openstax.org/books/principles-data-science/pages/2-key-terms
data chunking : a technique used to break down large datasets into smaller, more manageable chunks and make them easier to manage, process, analyze, and store; also known as data segmentation
https://openstax.org/books/principles-data-science/pages/2-key-terms
data compression : the process of reducing the size of a data file or transmission to make it easier and faster to store, transmit, or manipulate
https://openstax.org/books/principles-data-science/pages/2-key-terms
data dictionary : a data structure that stores data in key-value pairs, allowing for efficient retrieval of data using its key
https://openstax.org/books/principles-data-science/pages/2-key-terms
data discretization : the process of converting continuous data into discrete categories or intervals to allow for easier analysis and processing of the data
https://openstax.org/books/principles-data-science/pages/2-key-terms
data indexing : the process of organizing and storing data in a way that makes it easier to search and retrieve information
https://openstax.org/books/principles-data-science/pages/2-key-terms
data integration : the process of combining data from multiple sources, such as databases, applications, and files, into a unified view
https://openstax.org/books/principles-data-science/pages/2-key-terms
data processing : the process of collecting, organizing, and manipulating data to produce meaningful information involving the transformation of raw data into a more useful and understandable format
https://openstax.org/books/principles-data-science/pages/2-key-terms
data standardization : the process of transforming data into a common scale or range to help remove any unit differences or variations in magnitude
https://openstax.org/books/principles-data-science/pages/2-key-terms
data transformation : the process of modifying data to make it more suitable for the planned analysis
https://openstax.org/books/principles-data-science/pages/2-key-terms
data validation : procedure to ensure that the data is reliable and trustworthy for use in the data science project, done by performing checks and tests to identify and correct any errors in the data
https://openstax.org/books/principles-data-science/pages/2-key-terms
data warehouse : a large, organized repository of integrated data from various sources used to support decision-making processes within a company or organization
https://openstax.org/books/principles-data-science/pages/2-key-terms
DataFrame : a two-dimensional data structure in Python that is used for data manipulation and analysis
https://openstax.org/books/principles-data-science/pages/2-key-terms
exponential transformation : a data transformation operation that involves taking the exponent of the data values
https://openstax.org/books/principles-data-science/pages/2-key-terms
Huffman coding : reduces file size by assigning shorter binary codes to the most frequently used characters or symbols in a given dataset and longer codes to less frequently used characters
https://openstax.org/books/principles-data-science/pages/2-key-terms
imputation : the process of estimating missing values in a dataset by substituting them with a statistically reasonable value
https://openstax.org/books/principles-data-science/pages/2-key-terms
log transformation : data transformation technique that requires taking the logarithm of the data values and is often used when the data is highly skewed
https://openstax.org/books/principles-data-science/pages/2-key-terms
lossless compression : aims to reduce file size without removing any data, achieving compression by finding patterns and redundancies in the data and representing them more efficiently
https://openstax.org/books/principles-data-science/pages/2-key-terms
lossy compression : reduces the size of data by permanently extracting particular data that is considered irrelevant or redundant
https://openstax.org/books/principles-data-science/pages/2-key-terms
measurement error : inaccuracies or discrepancies that surface during the process of collecting, recording, or analyzing data caused by human error, environmental factors, or inconsistencies in the data
https://openstax.org/books/principles-data-science/pages/2-key-terms
metadata : data that provides information about other data
https://openstax.org/books/principles-data-science/pages/2-key-terms
missing at random (MAR) data : missing data related to other variables but not to any unknown or unmeasured variables; the missing data can be accounted for and included in the analysis through statistical techniques
https://openstax.org/books/principles-data-science/pages/2-key-terms
missing completely at random (MCAR) data : type of missing data that is not related to any other variables, with no underlying cause for its absence
https://openstax.org/books/principles-data-science/pages/2-key-terms
missing not at random (MNAR) data : type of data missing in a way that depends on unobserved data
https://openstax.org/books/principles-data-science/pages/2-key-terms
network analysis : the examination of relationships and connections between users, data, or entities within a network to identify and analyze influential individuals or groups and understand patterns and trends within the network
https://openstax.org/books/principles-data-science/pages/2-key-terms
noisy data : data that contains errors, inconsistencies, or random fluctuations that can negatively impact the accuracy and reliability of data analysis and interpretation
https://openstax.org/books/principles-data-science/pages/2-key-terms
normal form : a guideline or set of rules used in database design to ensure that a database is well-structured, organized, and free from certain types of data irregularities, such as redundancy and inconsistency
https://openstax.org/books/principles-data-science/pages/2-key-terms
normalization : the process of transforming numerical data into a standard or common range, usually between 0 and 1, to eliminate differences in scale and magnitude that may exist between different variables in a dataset
https://openstax.org/books/principles-data-science/pages/2-key-terms
NoSQL databases : databases designed to handle unstructured data, such as social media content or data from sensors, using non-relational data models
https://openstax.org/books/principles-data-science/pages/2-key-terms
object storage : method of storage where data are stored as objects that consist of both data and metadata and often used for storing large volumes of unstructured data, such as images and videos
https://openstax.org/books/principles-data-science/pages/2-key-terms
observational data : data that is collected by observing and recording natural events or behaviors in their normal setting without any manipulation or experimentation; typically collected through direct observation or through the use of instruments such as cameras or sensors
https://openstax.org/books/principles-data-science/pages/2-key-terms
open-ended questions : survey questions that allow for more in-depth responses and provide the opportunity for unexpected insights
https://openstax.org/books/principles-data-science/pages/2-key-terms
outlier : a data point that differs significantly from other data points in a given dataset
https://openstax.org/books/principles-data-science/pages/2-key-terms
regular expressions (regex) : a sequence of characters that define a search pattern, used for matching and manipulating strings of text; commonly used for cleaning, processing, and manipulating data in a structured or unstructured format
https://openstax.org/books/principles-data-science/pages/2-key-terms
relational databases : databases that organize data in tables and use structured query language (SQL) for data retrieval and management; often used with financial data
https://openstax.org/books/principles-data-science/pages/2-key-terms
sampling : the process of selecting a subset of a larger population to represent and gather information about that population
https://openstax.org/books/principles-data-science/pages/2-key-terms
sampling bias : occurs when the sample used in a study isn’t representative of the population it intends to generalize; can lead to skewed or inaccurate conclusions
https://openstax.org/books/principles-data-science/pages/2-key-terms
sampling error : the difference between the results obtained from a sample and the true value of the population parameter it is intended to represent
https://openstax.org/books/principles-data-science/pages/2-key-terms
sampling frame : serves as a guide for selecting a representative sample of the population and determining the coverage of the survey and ultimately affects the validity and accuracy of the results
https://openstax.org/books/principles-data-science/pages/2-key-terms
scaling : one of the steps involved in data normalization; refers to the process of transforming the numerical values of a feature to a particular range
https://openstax.org/books/principles-data-science/pages/2-key-terms
slicing a string : extracting a portion or section of a string based on a specified range of indices
https://openstax.org/books/principles-data-science/pages/2-key-terms
social listening : the process of monitoring and analyzing conversations and discussions happening online, specifically on social media platforms, to track mentions, keywords, and hashtags related to a specific topic or business to understand the sentiment, trends, and overall public perception
https://openstax.org/books/principles-data-science/pages/2-key-terms
splitting a string : dividing a text string into smaller parts or substrings based on a specified separator
https://openstax.org/books/principles-data-science/pages/2-key-terms
square root transformation : data transformation technique that requires taking the square root of the data values; is useful when the data contains values close to zero
https://openstax.org/books/principles-data-science/pages/2-key-terms
standardizing data : the process of transforming data into a common scale or range to help remove any unit differences or variations in magnitude
https://openstax.org/books/principles-data-science/pages/2-key-terms
string : a data type used to represent a sequence of characters, such as letters, numbers, and symbols, in a computer program
https://openstax.org/books/principles-data-science/pages/2-key-terms
text preprocessing : the process of cleaning, formatting, and transforming raw text data into a form that is more suitable and easier for natural language processing to understand and analyze
https://openstax.org/books/principles-data-science/pages/2-key-terms
tokenizing : the process of breaking down a piece of text or string of characters into smaller units called tokens, which can be words, phrases, symbols, or individual characters
https://openstax.org/books/principles-data-science/pages/2-key-terms
transactional data : a type of information that records financial transactions, including purchases, sales, and payments. It includes details such as the date, time, and parties involved in the transaction.
https://openstax.org/books/principles-data-science/pages/2-key-terms
web scraping : a method of collecting data from websites using software or scripts. It involves extracting data from the HTML code of a web page and converting it into a usable format.
https://openstax.org/books/principles-data-science/pages/2-key-terms
Bayes’ Theorem : a method used to calculate a conditional probability when additional information is obtained to refine a probability estimate
https://openstax.org/books/principles-data-science/pages/3-key-terms
binomial distribution : a probability distribution for a discrete random variable that is the number of successes in n independent trials. Each of these trials has two possible outcomes, success or failure, with the probability of success in each trial the same.
https://openstax.org/books/principles-data-science/pages/3-key-terms
central tendency : the statistical measure that represents the center of a dataset
https://openstax.org/books/principles-data-science/pages/3-key-terms
coefficient of variation (CV) : measures the variation of a dataset by calculating the standard deviation as a percentage of the mean
https://openstax.org/books/principles-data-science/pages/3-key-terms
complement of an event : the set of all outcomes in the sample space that are not included in the event
https://openstax.org/books/principles-data-science/pages/3-key-terms
conditional probability : the probability of an event given that another event has already occurred
https://openstax.org/books/principles-data-science/pages/3-key-terms
continuous probability distribution : probability distribution that deals with random variables that can take on any value within a given range or interval
https://openstax.org/books/principles-data-science/pages/3-key-terms
continuous random variable : a random variable where there is an infinite number of values that the variable can take on
https://openstax.org/books/principles-data-science/pages/3-key-terms
dependent events : events where the probability of occurrence of one event is affected by the occurrence of another event
https://openstax.org/books/principles-data-science/pages/3-key-terms
descriptive statistics : the organization, summarization, and graphical display of data
https://openstax.org/books/principles-data-science/pages/3-key-terms