Dataset Viewer
Auto-converted to Parquet Duplicate
Question
stringlengths
34
213
Expected Answer
float64
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?
null
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?
null
what's the meaning of the bank-customer-segmentation file?
null
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
null
What is the average credit limit in the cards_data.csv?
null
What is the distribution statistics for credit_limit in cards_data.csv
null
What is the distribution statistics for num_cards_issued in cards_data.csv
null
what columns are in users_data.csv
null
can you do an EDA on 2 similar variables in user_data.csv
null
can you do an EDA on 2 similar variables in bank_transactions.csv. You do not need visual components
null
Does the file bank_transactions require any data cleaning prior to performing analysis
null
How do you suggest we handle the null values?
null
Can you perform median imputation on the columns with missing values in bank_transactions
null
How can the customer segmentation file be leveraged to create business value?
null
Group the customers in the customers transaction dataset into three groups based on their transaction history
null
Prepare the file customer transactions for clustering analysis
null
Are any of the variables in the customer transaction file correlated
null
using the bank transaction file identify customers that use our bank as a "house bank" meaning that we are their main bank
null

No dataset card yet

Downloads last month
2