File size: 1,718 Bytes
58f0249
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Question,Expected Answer
"Can you run a basic EDA on the bank_transactions.csv, and tell me what the average transaction size is, and some other basic summary stats?",
"can you run a linear regression on the customeraccountbalance vs the transaction amount, located in bank_transactions.csv?Can you run run a linear regression on 2, seemingly correlated variables in cards_data.csv?",
what's the meaning of the bank-customer-segmentation file?,
What is the Mean squared error and r -squared if you run a linear regression between num_cards_issued as the independent and credit_limit as dependent in cards_data.csv,
What is the average credit limit in the cards_data.csv?,
What is the distribution statistics for credit_limit in cards_data.csv,
What is the distribution statistics for num_cards_issued in cards_data.csv,
what columns are in users_data.csv,
can you do an EDA on 2 similar variables in user_data.csv,
can you do an EDA on 2 similar variables in bank_transactions.csv. You do not need visual components,
Does the file bank_transactions require any data cleaning prior to performing analysis,
How do you suggest we handle the null values? ,
Can you perform median imputation on the columns with missing values in bank_transactions,
How can the customer segmentation file be leveraged to create business value?,
Group the customers in the customers transaction dataset into three groups based on their transaction history ,
Prepare the file customer transactions for clustering analysis ,
Are any of the variables in the customer transaction file correlated,
"using the bank transaction file identify customers that use our bank as a ""house bank"" meaning that we are their main bank ",