datascroller
datascroller copied to clipboard
A python package offering data frame scrolling in the terminal
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
When we execute a query or column filter on a dataframe, under the hood it's actually a separate object. It might be convenient to be able to save this out...
We were having trouble with wheel creation, which apparently has to do with an older version of setuptools adding `Requires-Dist: windows-curses;` for all systems, which will break on linux. The...
Not sure this really matters, but wanted to document it: Showed datascroller to a friend last night. She went through the help box and tried out the features. But it...
As we've discussed, it would be cool to extend datascroller to other formats besides CSVs. Probably the next most useful datatype to support is object data – JSON. Setting aside...
When you're `scroll`ing a dataFrame, integer columns like `[0 1 2 3 4]` are displayed as `[0.0 1.0 2.0 3.0 4.0]`. Whatever the solution, this seems like undesirable behavior. Ints...
Called .scrollrc, perhaps? Just had the idea that there could be a calibration function where the user presses each key named in the file to ensure the right key code...
Per @johncmerfeld's comments in [Pull Request 11](https://github.com/baogorek/datascroller/pull/11), which were "_I've got some thoughts on the user experience of scrolling; more specifically the keybindings. My intuition is that we could switch...
Can we please have those buttons activated. Thanks