Update README.md
Browse files
README.md
CHANGED
|
@@ -76,8 +76,6 @@ root_dir = 'data/datasets/world-heightmaps-256px-png'
|
|
| 76 |
df = pd.read_csv(os.path.join(root_dir, 'metadata.csv'))
|
| 77 |
df = df.sample(frac=1).reset_index(drop=True)
|
| 78 |
|
| 79 |
-
print(df.head())
|
| 80 |
-
|
| 81 |
def save_table(image_data, table_number):
|
| 82 |
print(f'Entries in table {table_number}: {len(image_data)}')
|
| 83 |
schema = pa.schema(
|
|
|
|
| 76 |
df = pd.read_csv(os.path.join(root_dir, 'metadata.csv'))
|
| 77 |
df = df.sample(frac=1).reset_index(drop=True)
|
| 78 |
|
|
|
|
|
|
|
| 79 |
def save_table(image_data, table_number):
|
| 80 |
print(f'Entries in table {table_number}: {len(image_data)}')
|
| 81 |
schema = pa.schema(
|