Releases: baogorek/datascroller
Releases · baogorek/datascroller
Parquet scrolling and SQL queries
In v1.4.1 we add support for scrolling parquet files, both within Python and from the command line.
Not to mention, in v1.3.0, we introduced:
- SQL querying while scrolling
- Go-to-line and quick column filtering
- A help menu for new users
Cosmetics and Options
In v1.2.0, we introduce:
- Colored header and divider bar
- New delimiter options
- New encoding options
Plus more!
Comfortable padding
See Pull Request 16 for details.
- Added ViewingArea and DF Window classes
- DataFrame windows now comfortably fit in arbitrary terminal windows
- Enhanced documentation
Stable Release of datascroller
This is version 0.9.2 with changes in the README.md and setup.py to make PyPi happy. The major improvements from v0.9.1 are:
- The infamous 'error: addwstr() returned ERR' has been addressed
- Console no longer reprints during usage, now that more logic is being handled inside the curses callback function
- The module naming has been updated for easier importing
First stable version of datascroller
- The infamous 'error: addwstr() returned ERR' has been addressed
- Console no longer reprints during usage, now that more logic is being handled inside the curses callback function
- The module naming has been updated for easier importing
Initial release plus platform specific patch
Added windows-curses dependency for windows alone.
Initial Release
This is the first release of the datascroller package.