Skip to content

Commit

Permalink
Minor updates to package (#34)
Browse files Browse the repository at this point in the history
* Switch to basic typehints across the entire package. The current approach uses typehints that are simple for the end user. use list or dict and specifying additional types if we know ahead of time.
* Check types for row and column methods, these only accept an integer or string.
* Fix imports for DataFrame typehint. (no fail early i guess)
* remove duplicate imports
  • Loading branch information
jkanche authored Sep 20, 2023
1 parent 0e9fd41 commit a499ca2
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 122 deletions.
Loading

0 comments on commit a499ca2

Please sign in to comment.