Ejemplo n.º 1
0
def logic_gate_xor():
    fpath = utils.load_data(_get_server() + "/logic_gate_xor",
                            'logic_gate_xor.h5')
    return pd.read_hdf(fpath)
Ejemplo n.º 2
0
def iris():
    fpath = utils.load_data(_get_server() + "/iris", 'iris.h5')
    return pd.read_hdf(fpath)
Ejemplo n.º 3
0
def country_name_code():
    fpath = utils.load_data(_get_server() + "/country_name_code",
                            'country_name_code.h5')
    return pd.read_hdf(fpath)
Ejemplo n.º 4
0
def wine_quality():
    fpath = utils.load_data(_get_server() + "/wine_quality", 'wine_quality.h5')
    return pd.read_hdf(fpath)
Ejemplo n.º 5
0
def country_death_rate():
    fpath = utils.load_data(_get_server() + "/country_death_rate",
                            'country_death_rate.h5')
    return pd.read_hdf(fpath)
Ejemplo n.º 6
0
def titanic():
    fpath = utils.load_data(_get_server() + "/titanic", 'titanic.h5')
    return pd.read_hdf(fpath)
Ejemplo n.º 7
0
def netflix_titles():
    fpath = utils.load_data(_get_server() + "/netflix_titles",
                            'netflix_titles.h5')
    return pd.read_hdf(fpath)
Ejemplo n.º 8
0
def walmart_store_location():
    fpath = utils.load_data(_get_server() + "/walmart_store_location",
                            'walmart_store_location.h5')
    return pd.read_hdf(fpath)
Ejemplo n.º 9
0
def holiday_songs_spotify():
    fpath = utils.load_data(_get_server() + "/holiday_songs_spotify",
                            'holiday_songs_spotify.h5')
    return pd.read_hdf(fpath)
Ejemplo n.º 10
0
def occupancy_detection():
    fpath = utils.load_data(_get_server() + "/occupancy_detection",
                            'occupancy_detection.h5')
    return pd.read_hdf(fpath)
Ejemplo n.º 11
0
def superheroes():
    fpath = utils.load_data(_get_server() + "/superheroes", 'superheroes.h5')
    return pd.read_hdf(fpath)
Ejemplo n.º 12
0
def daily_female_births():
    fpath = utils.load_data(_get_server() + "/daily_female_births",
                            'daily_female_births.h5')
    return pd.read_hdf(fpath)
Ejemplo n.º 13
0
def monthly_sunspot():
    fpath = utils.load_data(_get_server() + "/monthly_sunspot",
                            'monthly_sunspot.h5')
    return pd.read_hdf(fpath)
Ejemplo n.º 14
0
def shampoo_sales():
    fpath = utils.load_data(_get_server() + "/shampoo_sales",
                            'shampoo_sales.h5')
    return pd.read_hdf(fpath)
Ejemplo n.º 15
0
def temperatures_daily_min():
    fpath = utils.load_data(_get_server() + "/temperatures_daily_min",
                            'temperatures_daily_min.h5')
    return pd.read_hdf(fpath)
Ejemplo n.º 16
0
def hazardous_materials():
    fpath = utils.load_data(_get_server() + "/hazardous_materials",
                            'hazardous_materials.h5')
    return pd.read_hdf(fpath)