DROP TABLE IF EXISTS People10M;
CREATE TABLE People10M
USING parquet
OPTIONS (
path “/mnt/training/dataframes/people-10m.parquet”,
header “true”);
DROP TABLE IF EXISTS People10M;
CREATE TABLE People10M
USING parquet
OPTIONS (
path “/mnt/training/dataframes/people-10m.parquet”,
header “true”);