The name Python uses for arrays.
What is a list?
The name of the Python Regular Expressions library.
What is re?
This is what HTTP stands for.
What is HyperText Transfer Protocol?
The main data type used in Pandas, usually referred to as 'df'
What is a DataFrame?
A comprehensive library for creating static, animated, and interactive visualizations in Python
What is Matplotlib?
This data type is for numbers with decimals.
What is a float?
The symbol for "any character except a new line"
What is a period?
A Python package for parsing HTML and XML documents
What is Beautiful Soup?
The data type for a single column of data.
What is a Series?
The sorting algorithm that moves the largest value into place, then the 2nd largest, then the 3rd, and so on.
What is the bubble sort?
a[2:4], b[3:-1], or c[::2]
What is a slice?
\n, \t, or \r
What is an escape character?
The HTTP status code indicating that everything is OK
What is 200?
A series of labels that identify each row
What is the index?
The file extension for a Colab file
What is .ipynb?
An instance of a class
What is an object?
A quantifier that applies to the preceding regular expression element. It specifies that the preceding element may occur zero or more times
What is an asterisk?
The HTML tag used to create links on a page
What is the anchor tag, <a>?
The operation involves some combination of splitting the object, applying a function, and combining the results
What is groupby()?
The full name of JSON
What is JavaScript Object Notation?
The longest python
What is the reticulated python?
[^abc]
What is not a, b, or c?
HTTP Messages
The sort_values() argument that reverses the order of the sort
What is 'ascending=False'
What is January 1, 1970?