Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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