ibis-project / ibis

the portable Python dataframe library
https://ibis-project.org
Apache License 2.0
5.26k stars 594 forks source link

Schema inference helpers for text data in HDFS #207

Closed wesm closed 2 years ago

wesm commented 9 years ago

It might be nice to have access to some more comprehensive schema inference tool (that examines an entire file, or an entire directory of files), but we can apply 80/20 rule and get something modestly useful for relatively little effort

wesm commented 9 years ago

Side note: what's the best in class tool for inferring schemas for JSON data?

cpcloud commented 2 years ago

This is useful, but outside the scope of ibis.