jupyterlab_tabular_data_viewer_extension 1.2.8 → 1.2.9

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.
Files changed (2) hide show
  1. package/README.md +11 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,16 @@ View and browse Parquet, Excel, CSV, and TSV files directly in JupyterLab. Doubl
14
14
 
15
15
  ![Open With Menu](.resources/screenshot-menu.png)
16
16
 
17
+ **Column statistics:** Hover over any column header to reveal an info icon, click it to view comprehensive statistics.
18
+
19
+ ![Column Statistics Icon](.resources/screenshot-stats-icon.png)
20
+
21
+ ![Column Statistics Modal](.resources/screenshot-stats.png)
22
+
23
+ **Context menu:** Right-click any row to copy data as JSON.
24
+
25
+ ![Copy Row as JSON](.resources/screenshot-copy-json.png)
26
+
17
27
  ## Features
18
28
 
19
29
  **Supported File Formats:**
@@ -40,12 +50,7 @@ View and browse Parquet, Excel, CSV, and TSV files directly in JupyterLab. Doubl
40
50
  - Multiple filters work together to narrow down results
41
51
 
42
52
  **Additional features:**
43
- - Column statistics modal - Hover over any column header to reveal an info icon, click it to view comprehensive statistics including data type, row counts, null values, unique counts, and type-specific metrics (numeric: min/max/mean/median/std dev/outliers using IQR×1.5; string: most common value/length stats; date: earliest/latest dates). Copy statistics as JSON with one click
44
-
45
- ![Column Statistics Icon](.resources/screenshot-stats-icon.png)
46
-
47
- ![Column Statistics Modal](.resources/screenshot-stats.png)
48
-
53
+ - Column statistics modal - View comprehensive statistics including data type, row counts, null values, unique counts, and type-specific metrics (numeric: min/max/mean/median/std dev/outliers using IQR×1.5; string: most common value/length stats; date: earliest/latest dates). Copy statistics as JSON with one click
49
54
  - Right-click context menu on rows to copy data as JSON
50
55
  - Configurable file type support via Settings - Enable/disable Parquet, Excel, or CSV/TSV handling
51
56
  - All features work seamlessly across all supported file formats
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jupyterlab_tabular_data_viewer_extension",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "Jupyterlab extension to browse tabular data files (Parquet, Excel, CSV, TSV) with filtering and sorting capabilities",
5
5
  "keywords": [
6
6
  "jupyter",