|
|
|
|
|
by jointpdf
1279 days ago
|
|
We data scientists are well-known for our exclusive mastery data wrangling arcana, like… df = pandas.read_parquet(‘foo.parquet’)
df.to_csv(‘foo.csv’)
df.to_json(‘foo.json’)
(no sarcasm)—how could it be simpler than that? What problems have you encountered that make it unusable? |
|