"#df = pd.read_csv(\"2D_MV_200wells.csv\") # read a .csv file in as a DataFrame\n", "df = pd.read_csv('https://raw.githubusercontent.com/GeostatsGuy/GeoDataSets ...
"The simplest bivariate plot is the scatter plot. A simple scatter plot simply maps each variable of interest to a point in two-dimensional space. " ...