pandas_test / README.md
asoria's picture
asoria HF staff
Update README.md
03ebbc0 verified
|
raw
history blame contribute delete
No virus
335 Bytes

This is a test on how to upload a dataset using pandas:

import pandas as pd

# First read from another repo or create your dataframe
df = dd.read_parquet("hf://datasets/asoria/columns_test@~parquet/default/test/0000.parquet")

# And finally, push to HF repo
df.to_parquet('hf://datasets/asoria/pandas_test/0000.parquet')