What is data stored as in Pandas?
Dataframe
How do you display something to the console?
print()
What is numpy abbreviated to?
How many bits is in a byte?
8
USB stands for:
Universal Serial Bus
What is data cleaning?
Process of removing unwanted and unorganized data
What data type gives a True/False value?
Boolean
How to make a numpy array?
np.array([1,2,3,4])
Which company is known for its self-driving car?
Tesla
What does HP stand for?
Hewlett Packard
What is the mode of: 10, 3, 7, 5, 7, 5, 7, 3, 1
7
What are some comparison operators?
>, <, >=, <=, ==, !=
How to access elements in a 2D array?
Outer array index -> inside array index
What does AI stand for?
Artificial Intelligence
How do you get sticky keys? (For my windows users)
Shift 5 times
How do you remove unnecessary characters around data?
df["Column Name"].strip()
Difference between for and while loops?
For loops: determined number of loops
While Loops: conditional based looping
How to return the dimension of a numpy array?
np.shape
What does HDMI stand for?
High Definition Multi Media Surface
What year was Siri introduced?
2011
What attribute do you use to change something in the original dataframe?
inplace attribute
What do we pass in a function's brackets?
Arguments, Parameters
Function for joining numpy arrays?
arr_1.concatenate(arr_2)
What is most widespread operating system?
Microsoft Windows
Who made Robot Sophia?
Hanson Robotics