Guest User

Untitled

a guest
Dec 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Fraud_detection_df = pd.read_csv("creditcard.csv")
  2.  
  3. print(Fraud_detection_df.shape)
  4. print(Fraud_detection_df.head(1))
  5. print(Fraud_detection_df.isnull().values.any())
Add Comment
Please, Sign In to add comment