Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 391 Bytes

ibis-tutorial

This tutorial will walk you through using ibis for a more Pythonic way to deal with databases. Learn how to perform the following sql commands with ibis:

  • Connecting to the database
  • Viewing Table Details
  • Querying the database
  • Using Distinct and Count
  • Filtering Data
  • Using Groupby
  • Executing Joins

To report errors or suggest changes please create an issue.