On Saturday, September 21, 2019 at 2:46:15 PM UTC-4, boB Stepp wrote:
> On Sat, Sep 21, 2019 at 1:01 PM Dave Martin wrote:
> >
> > On Saturday, September 21, 2019 at 1:33:12 PM UTC-4, Terry Reedy wrote:
> > > On 9/21/2019 11:53 AM, Dave Martin wrote:
> [...]
> &g
On Saturday, September 21, 2019 at 1:33:12 PM UTC-4, Terry Reedy wrote:
> On 9/21/2019 11:53 AM, Dave Martin wrote:
> >
> > # starAbsMags=df['radial_velocity']
> >
> > #GaiaPandasEscapeVelocityCode
> >
> > import pandas as pd
> > import
On Saturday, September 21, 2019 at 12:44:27 PM UTC-4, Brian Oney wrote:
> On Sat, 2019-09-21 at 08:57 -0700, Dave Martin wrote:
> > On Saturday, September 21, 2019 at 11:55:29 AM UTC-4, Dave Martin
> > wrote:
> > > what does expected an indented block
> >
> &g
On Saturday, September 21, 2019 at 11:55:29 AM UTC-4, Dave Martin wrote:
> what does expected an indented block
*what does an indented block mean?
--
https://mail.python.org/mailman/listinfo/python-list
what does expected an indented block
--
https://mail.python.org/mailman/listinfo/python-list
# starAbsMags=df['radial_velocity']
#GaiaPandasEscapeVelocityCode
import pandas as pd
import numpy as np
from astropy.io import fits
import astropy
import matplotlib.pyplot as plt
#get the combined data and load the fits files
fits_filename="Gaia_DR2/gaiadr2_100pc.fits"
df=pd.DataFrame()
wit