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.
- package/README.md +11 -6
- 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
|

|
|
16
16
|
|
|
17
|
+
**Column statistics:** Hover over any column header to reveal an info icon, click it to view comprehensive statistics.
|
|
18
|
+
|
|
19
|
+

|
|
20
|
+
|
|
21
|
+

|
|
22
|
+
|
|
23
|
+
**Context menu:** Right-click any row to copy data as JSON.
|
|
24
|
+
|
|
25
|
+

|
|
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 -
|
|
44
|
-
|
|
45
|
-

|
|
46
|
-
|
|
47
|
-

|
|
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