dataframe-textual 2.0.0__py3-none-any.whl → 2.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dataframe_textual/data_frame_table.py +3 -0
- {dataframe_textual-2.0.0.dist-info → dataframe_textual-2.0.1.dist-info}/METADATA +1 -1
- {dataframe_textual-2.0.0.dist-info → dataframe_textual-2.0.1.dist-info}/RECORD +6 -6
- {dataframe_textual-2.0.0.dist-info → dataframe_textual-2.0.1.dist-info}/WHEEL +0 -0
- {dataframe_textual-2.0.0.dist-info → dataframe_textual-2.0.1.dist-info}/entry_points.txt +0 -0
- {dataframe_textual-2.0.0.dist-info → dataframe_textual-2.0.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1487,6 +1487,9 @@ class DataFrameTable(DataTable):
|
|
|
1487
1487
|
if start % self.BATCH_SIZE != 0:
|
|
1488
1488
|
start = (start // self.BATCH_SIZE + 1) * self.BATCH_SIZE
|
|
1489
1489
|
|
|
1490
|
+
if stop - start < self.BATCH_SIZE:
|
|
1491
|
+
start -= self.BATCH_SIZE
|
|
1492
|
+
|
|
1490
1493
|
self.load_rows_range(start, stop)
|
|
1491
1494
|
self.move_cursor(row=self.row_count - 1)
|
|
1492
1495
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dataframe-textual
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.1
|
|
4
4
|
Summary: Interactive terminal viewer/editor for tabular data
|
|
5
5
|
Project-URL: Homepage, https://github.com/need47/dataframe-textual
|
|
6
6
|
Project-URL: Repository, https://github.com/need47/dataframe-textual.git
|
|
@@ -2,13 +2,13 @@ dataframe_textual/__init__.py,sha256=E53fW1spQRA4jW9grxSqPEmoe9zofzr6twdveMbt_W8
|
|
|
2
2
|
dataframe_textual/__main__.py,sha256=vgHjpSsHBF34UN46iMgu_EiebZUzxWwJZ_ngOU3nQvI,3412
|
|
3
3
|
dataframe_textual/common.py,sha256=gpNNY5ZePJkJPf-YoLSCHKaBpdXQ1yW2iSKYV6zZYUo,27908
|
|
4
4
|
dataframe_textual/data_frame_help_panel.py,sha256=UEtj64XsVRdtLzuwOaITfoEQUkAfwFuvpr5Npip5WHs,3381
|
|
5
|
-
dataframe_textual/data_frame_table.py,sha256=
|
|
5
|
+
dataframe_textual/data_frame_table.py,sha256=p7PXV-39IRimrzdbuDfiacK9yNQ7XXkWBFyZ4finEk8,147693
|
|
6
6
|
dataframe_textual/data_frame_viewer.py,sha256=fkiQ0OGi2rrE06VAVJuAM_9wwmqLY1AZouwEMNoDmy8,22367
|
|
7
7
|
dataframe_textual/sql_screen.py,sha256=P3j1Fv45NIKEYo9adb7NPod54FaU-djFIvCUMMHbvjY,7534
|
|
8
8
|
dataframe_textual/table_screen.py,sha256=XlVxU_haCxPoA41ZIDcwixOg341Wf35JrFwPoCTnMzE,19033
|
|
9
9
|
dataframe_textual/yes_no_screen.py,sha256=NI7Zt3rETDWYiT5CH_FDy7sIWkZ7d7LquaZZbX79b2g,26400
|
|
10
|
-
dataframe_textual-2.0.
|
|
11
|
-
dataframe_textual-2.0.
|
|
12
|
-
dataframe_textual-2.0.
|
|
13
|
-
dataframe_textual-2.0.
|
|
14
|
-
dataframe_textual-2.0.
|
|
10
|
+
dataframe_textual-2.0.1.dist-info/METADATA,sha256=XUm9YBbqWaSjAGv8uOrAk8ss1blAjG30BLZwJn2IjwM,29306
|
|
11
|
+
dataframe_textual-2.0.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
12
|
+
dataframe_textual-2.0.1.dist-info/entry_points.txt,sha256=R_GoooOxcq6ab4RaHiVoZ4zrZJ-phMcGmlL2rwqncW8,107
|
|
13
|
+
dataframe_textual-2.0.1.dist-info/licenses/LICENSE,sha256=AVTg0gk1X-LHI-nnHlAMDQetrwuDZK4eypgSMDO46Yc,1069
|
|
14
|
+
dataframe_textual-2.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|