News

Tip: You can compare objects from the same or different databases, or even between different Relational Database Management Systems (RDBMS), such as PostgreSQL and MySQL. Select one or more columns ...
Add a new method DataFrame.select to select columns from a DataFrame. The exact specs are still open to discussion, here I write a draft of what the method could look like. Basic case, select columns.