1. 7
  1. 2

    Is it possible to compare table-like files like parquet or csv? Apache Drill would be a database to query these files with SQL. That‘s a common use case for me and currently I use a custom solution based on pandas.

    1. 3

      Right now we don’t have this feature, but we plan to implement our algorithm for many more databases, so it might end up being one of them! if you open an issue for it on github, it will increase the chances that we prioritize it.

      1. 1

        You can convert csv directly to SQLite with sqlite3 at the command line, then perhaps you can use this tool?

      Stories with similar links:

      1. data-diff - Efficiently diff tables in or across SQL databases authored by erezsh 5 months ago | 14 points | 3 comments