Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed Introduction to pandas!
You have completed Introduction to pandas!
Instruction
Combining DataFrames
Combining DataFrames
CashBox has provided us with several separate CSV files. Let's take a look at two files transactions.csv and requests.csv. Requests are made in the application when one user requests cash from another. Requests are not required for a transaction to occur.
Let's see if we can't see get a feeling of how many successful requests and payments have been made. In order to ...