Search Header Logo

FinTech 03-3 Pandas

Authored by Louis Burns

Computers, Other

Professional Development

Used 2+ times

FinTech 03-3 Pandas
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which were objectives of Unit 03 Day 3 Python-Pandas?

Grouping data in DataFrames

Plotting with matplotlib

Working with datetime data

Applying mean, median, and standard deviation

Describe and calculate Sharpe ratios

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which Pandas functions did we use?

concat()

sort_values()

random()

groupby()

std()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What must you do with a groupby object to display results?

Call an aggregating function on it

Specify columns to sort

Sort the result

Plot it

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which are aggregating functions?

.count()

.divide()

.sum()

.mean()

.max()

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which steps could you perform to prepare a stock price data set for analysis?

Convert any time data into datetime type

Drop or fill null values

Group by company CEO

Remove non-numeric characters like $

Set a multi-index to group dates and tickers

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What do you need to know before joining two data sets?

If you're joining columns or rows

The names of the files or DataFrames

Which records you want to keep if they don't match

How many rows each data set has

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the Pandas syntax to create df3 by concatenating df1 and df2 as additional rows?

df3 = pd.concat(df1, df2)

df3 = concat(df1, df2, join = 'outer')

df3 = pd.concat(df1, df2, axis = 1)

df3 = concat(df1, df2, axis = 'rows')

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?