Skip to content

Commit

Permalink
feat: clean up Row class (#215)
Browse files Browse the repository at this point in the history
### Summary of Changes

* Make `Row` a subclass of `Mapping`
* Give `Row` a usable constructor
* Rename `get_column_names` to `column_names` and make it a property
* Rename `count` to `n_columns` and make it a property
* Rename `get_type_of_column` to `get_column_type`

---------

Co-authored-by: megalinter-bot <129584137+megalinter-bot@users.noreply.github.com>
  • Loading branch information
lars-reimann and megalinter-bot committed Apr 20, 2023
1 parent 62ca34d commit b12fc68
Show file tree
Hide file tree
Showing 6 changed files with 351 additions and 177 deletions.

0 comments on commit b12fc68

Please sign in to comment.