Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. import pandas as pd import matplotlib.pyplot as plt import numpy as np
  2.  
  3. from tabulate import tabulate as tb from pandas.plotting import scatter_matrix
  4.  
  5. .......
  6.  
  7. table = ("Sepal Area (cm^2)", iris_ds.loc[:,"Sepal_area_(cm^2)"].min())
  8. print(tb(table, headers = ["Field", "Min"]))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement